Shades of Heliotrope #B860FF
Tints of Heliotrope #B860FF
RGB
CMYK
RGB Variations
Color information
#B860FF (or 0xB860FF) is known color: Heliotrope. HEX triplet: B8, 60 and FF. RGB value is (184,96,255). Sum of RGB (Red+Green+Blue) = 184+96+255=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B860FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B860FF is #479F00. Grayscale: #8B8B8B. Windows color (decimal): -4693761 or 16736440. OLE color: 16736440.
HSL color Cylindrical-coordinate representation of color #B860FF: hue angle of 273.21º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B860FF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 96 | 255 | - |
| CMYK | 0.28 | 0.62 | 0 | 0 |
| HSL | 273.21º | 1% | 0.69% | - |
| HSV(B) | 273.21º | 0.62% | 1% | - |
| XYZ | 42 | 25.78 | 97.37 | - |
| YUV | 140.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 255 | 0.28 | 0.62 | 0 | 0 | 273.21 | 1 | 0.69 |
| Hex | B8 | 60 | FF | 1C | 3E | 0 | 0 | 111 | 64 | 45 |
| Octal | 270 | 140 | 377 | 34 | 76 | 0 | 0 | 421 | 144 | 105 |
| Binary | 10111000 | 1100000 | 11111111 | 11100 | 111110 | 0 | 0 | 100010001 | 1100100 | 1000101 |
Color Harmonies of #B860FF
Complementary color
Monochromatic Colors of #B860FF
Black with #B860FF
Text Example
Text Example
White with #B860FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860FF; }
p { color: rgb(184,96,255); }
H1.HeaderClassName
{
color: #B860FF;
}
.AnyTagClassName
{
color: #B860FF;
}
</style>
background-color css
<style>
a { background-color: #B860FF; }
a { background-color: rgb(184,96,255); }
div.DivClassName
{
background-color: #B860FF;
}
.BgClassName
{
background-color: #B860FF;
}
</style>
border-color css
<style>
span { border-color: #B860FF; }
span { border-color: rgb(184,96,255); }
td.TdClassName
{
border-color: #B860FF;
}
.TagClassName
{
border-color: #B860FF;
}
</style>