Shades of Heliotrope #BE64FB
Tints of Heliotrope #BE64FB
RGB
CMYK
RGB Variations
Color information
#BE64FB (or 0xBE64FB) is known color: Heliotrope. HEX triplet: BE, 64 and FB. RGB value is (190,100,251). Sum of RGB (Red+Green+Blue) = 190+100+251=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64FB is #419B04. Grayscale: #8F8F8F. Windows color (decimal): -4299525 or 16475326. OLE color: 16475326.
HSL color Cylindrical-coordinate representation of color #BE64FB: hue angle of 275.76º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE64FB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 100 | 251 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.02 |
| HSL | 275.76º | 0.95% | 0.69% | - |
| HSV(B) | 275.76º | 0.6% | 0.98% | - |
| XYZ | 43.2 | 27.03 | 94.21 | - |
| YUV | 144.12 | 188.32 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 251 | 0.24 | 0.60 | 0 | 0.02 | 275.76 | 0.95 | 0.69 |
| Hex | BE | 64 | FB | 18 | 3C | 0 | 2 | 114 | 5F | 45 |
| Octal | 276 | 144 | 373 | 30 | 74 | 0 | 2 | 424 | 137 | 105 |
| Binary | 10111110 | 1100100 | 11111011 | 11000 | 111100 | 0 | 10 | 100010100 | 1011111 | 1000101 |
Color Harmonies of #BE64FB
Complementary color
Monochromatic Colors of #BE64FB
Black with #BE64FB
Text Example
Text Example
White with #BE64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64FB; }
p { color: rgb(190,100,251); }
H1.HeaderClassName
{
color: #BE64FB;
}
.AnyTagClassName
{
color: #BE64FB;
}
</style>
background-color css
<style>
a { background-color: #BE64FB; }
a { background-color: rgb(190,100,251); }
div.DivClassName
{
background-color: #BE64FB;
}
.BgClassName
{
background-color: #BE64FB;
}
</style>
border-color css
<style>
span { border-color: #BE64FB; }
span { border-color: rgb(190,100,251); }
td.TdClassName
{
border-color: #BE64FB;
}
.TagClassName
{
border-color: #BE64FB;
}
</style>