Shades of Heliotrope #B87DFB
Tints of Heliotrope #B87DFB
RGB
CMYK
RGB Variations
Color information
#B87DFB (or 0xB87DFB) is known color: Heliotrope. HEX triplet: B8, 7D and FB. RGB value is (184,125,251). Sum of RGB (Red+Green+Blue) = 184+125+251=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #B87DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87DFB is #478204. Grayscale: #9C9C9C. Windows color (decimal): -4686341 or 16481720. OLE color: 16481720.
HSL color Cylindrical-coordinate representation of color #B87DFB: hue angle of 268.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B87DFB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 125 | 251 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.02 |
| HSL | 268.1º | 0.94% | 0.74% | - |
| HSV(B) | 268.1º | 0.5% | 0.98% | - |
| XYZ | 44.51 | 31.82 | 95.06 | - |
| YUV | 157.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 251 | 0.27 | 0.50 | 0 | 0.02 | 268.1 | 0.94 | 0.74 |
| Hex | B8 | 7D | FB | 1B | 32 | 0 | 2 | 10C | 5E | 4A |
| Octal | 270 | 175 | 373 | 33 | 62 | 0 | 2 | 414 | 136 | 112 |
| Binary | 10111000 | 1111101 | 11111011 | 11011 | 110010 | 0 | 10 | 100001100 | 1011110 | 1001010 |
Color Harmonies of #B87DFB
Complementary color
Monochromatic Colors of #B87DFB
Black with #B87DFB
Text Example
Text Example
White with #B87DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DFB; }
p { color: rgb(184,125,251); }
H1.HeaderClassName
{
color: #B87DFB;
}
.AnyTagClassName
{
color: #B87DFB;
}
</style>
background-color css
<style>
a { background-color: #B87DFB; }
a { background-color: rgb(184,125,251); }
div.DivClassName
{
background-color: #B87DFB;
}
.BgClassName
{
background-color: #B87DFB;
}
</style>
border-color css
<style>
span { border-color: #B87DFB; }
span { border-color: rgb(184,125,251); }
td.TdClassName
{
border-color: #B87DFB;
}
.TagClassName
{
border-color: #B87DFB;
}
</style>