Shades of Heliotrope #B87DFC
Tints of Heliotrope #B87DFC
RGB
CMYK
RGB Variations
Color information
#B87DFC (or 0xB87DFC) is known color: Heliotrope. HEX triplet: B8, 7D and FC. RGB value is (184,125,252). Sum of RGB (Red+Green+Blue) = 184+125+252=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #B87DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87DFC is #478203. Grayscale: #9C9C9C. Windows color (decimal): -4686340 or 16547256. OLE color: 16547256.
HSL color Cylindrical-coordinate representation of color #B87DFC: hue angle of 267.87º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B87DFC is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 125 | 252 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.01 |
| HSL | 267.87º | 0.95% | 0.74% | - |
| HSV(B) | 267.87º | 0.5% | 0.99% | - |
| XYZ | 44.67 | 31.89 | 95.9 | - |
| YUV | 157.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 252 | 0.27 | 0.50 | 0 | 0.01 | 267.87 | 0.95 | 0.74 |
| Hex | B8 | 7D | FC | 1B | 32 | 0 | 1 | 10C | 5F | 4A |
| Octal | 270 | 175 | 374 | 33 | 62 | 0 | 1 | 414 | 137 | 112 |
| Binary | 10111000 | 1111101 | 11111100 | 11011 | 110010 | 0 | 1 | 100001100 | 1011111 | 1001010 |
Color Harmonies of #B87DFC
Complementary color
Monochromatic Colors of #B87DFC
Black with #B87DFC
Text Example
Text Example
White with #B87DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DFC; }
p { color: rgb(184,125,252); }
H1.HeaderClassName
{
color: #B87DFC;
}
.AnyTagClassName
{
color: #B87DFC;
}
</style>
background-color css
<style>
a { background-color: #B87DFC; }
a { background-color: rgb(184,125,252); }
div.DivClassName
{
background-color: #B87DFC;
}
.BgClassName
{
background-color: #B87DFC;
}
</style>
border-color css
<style>
span { border-color: #B87DFC; }
span { border-color: rgb(184,125,252); }
td.TdClassName
{
border-color: #B87DFC;
}
.TagClassName
{
border-color: #B87DFC;
}
</style>