Shades of Heliotrope #B862FC
Tints of Heliotrope #B862FC
RGB
CMYK
RGB Variations
Color information
#B862FC (or 0xB862FC) is known color: Heliotrope. HEX triplet: B8, 62 and FC. RGB value is (184,98,252). Sum of RGB (Red+Green+Blue) = 184+98+252=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #B862FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B862FC is #479D03. Grayscale: #8C8C8C. Windows color (decimal): -4693252 or 16540344. OLE color: 16540344.
HSL color Cylindrical-coordinate representation of color #B862FC: hue angle of 273.51º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B862FC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 98 | 252 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.01 |
| HSL | 273.51º | 0.96% | 0.69% | - |
| HSV(B) | 273.51º | 0.61% | 0.99% | - |
| XYZ | 41.71 | 25.95 | 94.91 | - |
| YUV | 141.27 | 190.49 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 252 | 0.27 | 0.61 | 0 | 0.01 | 273.51 | 0.96 | 0.69 |
| Hex | B8 | 62 | FC | 1B | 3D | 0 | 1 | 112 | 60 | 45 |
| Octal | 270 | 142 | 374 | 33 | 75 | 0 | 1 | 422 | 140 | 105 |
| Binary | 10111000 | 1100010 | 11111100 | 11011 | 111101 | 0 | 1 | 100010010 | 1100000 | 1000101 |
Color Harmonies of #B862FC
Complementary color
Monochromatic Colors of #B862FC
Black with #B862FC
Text Example
Text Example
White with #B862FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B862FC; }
p { color: rgb(184,98,252); }
H1.HeaderClassName
{
color: #B862FC;
}
.AnyTagClassName
{
color: #B862FC;
}
</style>
background-color css
<style>
a { background-color: #B862FC; }
a { background-color: rgb(184,98,252); }
div.DivClassName
{
background-color: #B862FC;
}
.BgClassName
{
background-color: #B862FC;
}
</style>
border-color css
<style>
span { border-color: #B862FC; }
span { border-color: rgb(184,98,252); }
td.TdClassName
{
border-color: #B862FC;
}
.TagClassName
{
border-color: #B862FC;
}
</style>