Shades of Heliotrope #B864FE
Tints of Heliotrope #B864FE
RGB
CMYK
RGB Variations
Color information
#B864FE (or 0xB864FE) is known color: Heliotrope. HEX triplet: B8, 64 and FE. RGB value is (184,100,254). Sum of RGB (Red+Green+Blue) = 184+100+254=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 100 (39.45% from 255 or 18.59% 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 #B864FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B864FE is #479B01. Grayscale: #8E8E8E. Windows color (decimal): -4692738 or 16671928. OLE color: 16671928.
HSL color Cylindrical-coordinate representation of color #B864FE: hue angle of 272.73º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B864FE is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 100 | 254 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.00 |
| HSL | 272.73º | 0.99% | 0.69% | - |
| HSV(B) | 272.73º | 0.61% | 1% | - |
| XYZ | 42.21 | 26.46 | 96.65 | - |
| YUV | 142.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 254 | 0.28 | 0.61 | 0 | 0.00 | 272.73 | 0.99 | 0.69 |
| Hex | B8 | 64 | FE | 1C | 3D | 0 | 0 | 111 | 63 | 45 |
| Octal | 270 | 144 | 376 | 34 | 75 | 0 | 0 | 421 | 143 | 105 |
| Binary | 10111000 | 1100100 | 11111110 | 11100 | 111101 | 0 | 0 | 100010001 | 1100011 | 1000101 |
Color Harmonies of #B864FE
Complementary color
Monochromatic Colors of #B864FE
Black with #B864FE
Text Example
Text Example
White with #B864FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B864FE; }
p { color: rgb(184,100,254); }
H1.HeaderClassName
{
color: #B864FE;
}
.AnyTagClassName
{
color: #B864FE;
}
</style>
background-color css
<style>
a { background-color: #B864FE; }
a { background-color: rgb(184,100,254); }
div.DivClassName
{
background-color: #B864FE;
}
.BgClassName
{
background-color: #B864FE;
}
</style>
border-color css
<style>
span { border-color: #B864FE; }
span { border-color: rgb(184,100,254); }
td.TdClassName
{
border-color: #B864FE;
}
.TagClassName
{
border-color: #B864FE;
}
</style>