Shades of Heliotrope #BE56FE
Tints of Heliotrope #BE56FE
RGB
CMYK
RGB Variations
Color information
#BE56FE (or 0xBE56FE) is known color: Heliotrope. HEX triplet: BE, 56 and FE. RGB value is (190,86,254). Sum of RGB (Red+Green+Blue) = 190+86+254=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE56FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE56FE is #41A901. Grayscale: #878787. Windows color (decimal): -4303106 or 16668350. OLE color: 16668350.
HSL color Cylindrical-coordinate representation of color #BE56FE: hue angle of 277.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE56FE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 86 | 254 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.00 |
| HSL | 277.14º | 0.99% | 0.67% | - |
| HSV(B) | 277.14º | 0.66% | 1% | - |
| XYZ | 42.45 | 24.76 | 96.31 | - |
| YUV | 136.25 | 194.46 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 254 | 0.25 | 0.66 | 0 | 0.00 | 277.14 | 0.99 | 0.67 |
| Hex | BE | 56 | FE | 19 | 42 | 0 | 0 | 115 | 63 | 43 |
| Octal | 276 | 126 | 376 | 31 | 102 | 0 | 0 | 425 | 143 | 103 |
| Binary | 10111110 | 1010110 | 11111110 | 11001 | 1000010 | 0 | 0 | 100010101 | 1100011 | 1000011 |
Color Harmonies of #BE56FE
Complementary color
Monochromatic Colors of #BE56FE
Black with #BE56FE
Text Example
Text Example
White with #BE56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56FE; }
p { color: rgb(190,86,254); }
H1.HeaderClassName
{
color: #BE56FE;
}
.AnyTagClassName
{
color: #BE56FE;
}
</style>
background-color css
<style>
a { background-color: #BE56FE; }
a { background-color: rgb(190,86,254); }
div.DivClassName
{
background-color: #BE56FE;
}
.BgClassName
{
background-color: #BE56FE;
}
</style>
border-color css
<style>
span { border-color: #BE56FE; }
span { border-color: rgb(190,86,254); }
td.TdClassName
{
border-color: #BE56FE;
}
.TagClassName
{
border-color: #BE56FE;
}
</style>