Shades of Heliotrope #B861FF
Tints of Heliotrope #B861FF
RGB
CMYK
RGB Variations
Color information
#B861FF (or 0xB861FF) is known color: Heliotrope. HEX triplet: B8, 61 and FF. RGB value is (184,97,255). Sum of RGB (Red+Green+Blue) = 184+97+255=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #B861FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B861FF is #479E00. Grayscale: #8C8C8C. Windows color (decimal): -4693505 or 16736696. OLE color: 16736696.
HSL color Cylindrical-coordinate representation of color #B861FF: hue angle of 273.04º 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 #B861FF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 97 | 255 | - |
| CMYK | 0.28 | 0.62 | 0 | 0 |
| HSL | 273.04º | 1% | 0.69% | - |
| HSV(B) | 273.04º | 0.62% | 1% | - |
| XYZ | 42.09 | 25.96 | 97.4 | - |
| YUV | 141.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 255 | 0.28 | 0.62 | 0 | 0 | 273.04 | 1 | 0.69 |
| Hex | B8 | 61 | FF | 1C | 3E | 0 | 0 | 111 | 64 | 45 |
| Octal | 270 | 141 | 377 | 34 | 76 | 0 | 0 | 421 | 144 | 105 |
| Binary | 10111000 | 1100001 | 11111111 | 11100 | 111110 | 0 | 0 | 100010001 | 1100100 | 1000101 |
Color Harmonies of #B861FF
Complementary color
Monochromatic Colors of #B861FF
Black with #B861FF
Text Example
Text Example
White with #B861FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861FF; }
p { color: rgb(184,97,255); }
H1.HeaderClassName
{
color: #B861FF;
}
.AnyTagClassName
{
color: #B861FF;
}
</style>
background-color css
<style>
a { background-color: #B861FF; }
a { background-color: rgb(184,97,255); }
div.DivClassName
{
background-color: #B861FF;
}
.BgClassName
{
background-color: #B861FF;
}
</style>
border-color css
<style>
span { border-color: #B861FF; }
span { border-color: rgb(184,97,255); }
td.TdClassName
{
border-color: #B861FF;
}
.TagClassName
{
border-color: #B861FF;
}
</style>