Shades of Heliotrope #B86FFC
Tints of Heliotrope #B86FFC
RGB
CMYK
RGB Variations
Color information
#B86FFC (or 0xB86FFC) is known color: Heliotrope. HEX triplet: B8, 6F and FC. RGB value is (184,111,252). Sum of RGB (Red+Green+Blue) = 184+111+252=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #B86FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FFC is #479003. Grayscale: #949494. Windows color (decimal): -4689924 or 16543672. OLE color: 16543672.
HSL color Cylindrical-coordinate representation of color #B86FFC: hue angle of 271.06º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86FFC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 111 | 252 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.01 |
| HSL | 271.06º | 0.96% | 0.71% | - |
| HSV(B) | 271.06º | 0.56% | 0.99% | - |
| XYZ | 43.02 | 28.59 | 95.35 | - |
| YUV | 148.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 252 | 0.27 | 0.56 | 0 | 0.01 | 271.06 | 0.96 | 0.71 |
| Hex | B8 | 6F | FC | 1B | 38 | 0 | 1 | 10F | 60 | 47 |
| Octal | 270 | 157 | 374 | 33 | 70 | 0 | 1 | 417 | 140 | 107 |
| Binary | 10111000 | 1101111 | 11111100 | 11011 | 111000 | 0 | 1 | 100001111 | 1100000 | 1000111 |
Color Harmonies of #B86FFC
Complementary color
Monochromatic Colors of #B86FFC
Black with #B86FFC
Text Example
Text Example
White with #B86FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FFC; }
p { color: rgb(184,111,252); }
H1.HeaderClassName
{
color: #B86FFC;
}
.AnyTagClassName
{
color: #B86FFC;
}
</style>
background-color css
<style>
a { background-color: #B86FFC; }
a { background-color: rgb(184,111,252); }
div.DivClassName
{
background-color: #B86FFC;
}
.BgClassName
{
background-color: #B86FFC;
}
</style>
border-color css
<style>
span { border-color: #B86FFC; }
span { border-color: rgb(184,111,252); }
td.TdClassName
{
border-color: #B86FFC;
}
.TagClassName
{
border-color: #B86FFC;
}
</style>