Shades of Heliotrope #BE5EFE
Tints of Heliotrope #BE5EFE
RGB
CMYK
RGB Variations
Color information
#BE5EFE (or 0xBE5EFE) is known color: Heliotrope. HEX triplet: BE, 5E and FE. RGB value is (190,94,254). Sum of RGB (Red+Green+Blue) = 190+94+254=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EFE is #41A101. Grayscale: #8C8C8C. Windows color (decimal): -4301058 or 16670398. OLE color: 16670398.
HSL color Cylindrical-coordinate representation of color #BE5EFE: hue angle of 276º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE5EFE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 94 | 254 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.00 |
| HSL | 276º | 0.99% | 0.68% | - |
| HSV(B) | 276º | 0.63% | 1% | - |
| XYZ | 43.13 | 26.11 | 96.53 | - |
| YUV | 140.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 254 | 0.25 | 0.63 | 0 | 0.00 | 276 | 0.99 | 0.68 |
| Hex | BE | 5E | FE | 19 | 3F | 0 | 0 | 114 | 63 | 44 |
| Octal | 276 | 136 | 376 | 31 | 77 | 0 | 0 | 424 | 143 | 104 |
| Binary | 10111110 | 1011110 | 11111110 | 11001 | 111111 | 0 | 0 | 100010100 | 1100011 | 1000100 |
Color Harmonies of #BE5EFE
Complementary color
Monochromatic Colors of #BE5EFE
Black with #BE5EFE
Text Example
Text Example
White with #BE5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5EFE; }
p { color: rgb(190,94,254); }
H1.HeaderClassName
{
color: #BE5EFE;
}
.AnyTagClassName
{
color: #BE5EFE;
}
</style>
background-color css
<style>
a { background-color: #BE5EFE; }
a { background-color: rgb(190,94,254); }
div.DivClassName
{
background-color: #BE5EFE;
}
.BgClassName
{
background-color: #BE5EFE;
}
</style>
border-color css
<style>
span { border-color: #BE5EFE; }
span { border-color: rgb(190,94,254); }
td.TdClassName
{
border-color: #BE5EFE;
}
.TagClassName
{
border-color: #BE5EFE;
}
</style>