Shades of Heliotrope #BE5AFC
Tints of Heliotrope #BE5AFC
RGB
CMYK
RGB Variations
Color information
#BE5AFC (or 0xBE5AFC) is known color: Heliotrope. HEX triplet: BE, 5A and FC. RGB value is (190,90,252). Sum of RGB (Red+Green+Blue) = 190+90+252=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE5AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5AFC is #41A503. Grayscale: #898989. Windows color (decimal): -4302084 or 16538302. OLE color: 16538302.
HSL color Cylindrical-coordinate representation of color #BE5AFC: hue angle of 277.04º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE5AFC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 90 | 252 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.01 |
| HSL | 277.04º | 0.96% | 0.67% | - |
| HSV(B) | 277.04º | 0.64% | 0.99% | - |
| XYZ | 42.46 | 25.29 | 94.74 | - |
| YUV | 138.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 252 | 0.25 | 0.64 | 0 | 0.01 | 277.04 | 0.96 | 0.67 |
| Hex | BE | 5A | FC | 19 | 40 | 0 | 1 | 115 | 60 | 43 |
| Octal | 276 | 132 | 374 | 31 | 100 | 0 | 1 | 425 | 140 | 103 |
| Binary | 10111110 | 1011010 | 11111100 | 11001 | 1000000 | 0 | 1 | 100010101 | 1100000 | 1000011 |
Color Harmonies of #BE5AFC
Complementary color
Monochromatic Colors of #BE5AFC
Black with #BE5AFC
Text Example
Text Example
White with #BE5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5AFC; }
p { color: rgb(190,90,252); }
H1.HeaderClassName
{
color: #BE5AFC;
}
.AnyTagClassName
{
color: #BE5AFC;
}
</style>
background-color css
<style>
a { background-color: #BE5AFC; }
a { background-color: rgb(190,90,252); }
div.DivClassName
{
background-color: #BE5AFC;
}
.BgClassName
{
background-color: #BE5AFC;
}
</style>
border-color css
<style>
span { border-color: #BE5AFC; }
span { border-color: rgb(190,90,252); }
td.TdClassName
{
border-color: #BE5AFC;
}
.TagClassName
{
border-color: #BE5AFC;
}
</style>