Skip to content

HSV to RGB

31

The HSV to RGB node converts color values from the Hue, Saturation, and Value (HSV) coordinate system into standard RGB and Hex formats. This is often preferred by designers because it makes creating "rainbow" effects or color shifts much more intuitive than adjusting Red, Green, and Blue individually.

When to use this node: * Rainbow Animations: Connecting a FOR loop or Timeline to the Hue pin to smoothly cycle a light through every color of the spectrum. * Dynamic Saturation: Fading a room's lighting from vibrant colors to grayscale by dynamically decreasing the Saturation value. * Hex Formatting: Generating a #rrggbb string for use in custom CSS or web-based player dashboards.

Connectors in

  • Hue [type: float]
  • Saturation [type: float]
  • Value [type: float]

Connectors out

  • RGB [type: rgb]
  • hex [type: string]

Node properties

  • Hue [type: integer]
  • Saturation [type: integer]
  • Value [type: integer]