Shades of Heliotrope #B876FF
Tints of Heliotrope #B876FF
RGB
CMYK
RGB Variations
Color information
#B876FF (or 0xB876FF) is known color: Heliotrope. HEX triplet: B8, 76 and FF. RGB value is (184,118,255). Sum of RGB (Red+Green+Blue) = 184+118+255=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #B876FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B876FF is #478900. Grayscale: #989898. Windows color (decimal): -4688129 or 16742072. OLE color: 16742072.
HSL color Cylindrical-coordinate representation of color #B876FF: hue angle of 268.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B876FF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 118 | 255 | - |
| CMYK | 0.28 | 0.54 | 0 | 0 |
| HSL | 268.91º | 1% | 0.73% | - |
| HSV(B) | 268.91º | 0.54% | 1% | - |
| XYZ | 44.3 | 30.37 | 98.13 | - |
| YUV | 153.35 | 185.37 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 255 | 0.28 | 0.54 | 0 | 0 | 268.91 | 1 | 0.73 |
| Hex | B8 | 76 | FF | 1C | 36 | 0 | 0 | 10D | 64 | 49 |
| Octal | 270 | 166 | 377 | 34 | 66 | 0 | 0 | 415 | 144 | 111 |
| Binary | 10111000 | 1110110 | 11111111 | 11100 | 110110 | 0 | 0 | 100001101 | 1100100 | 1001001 |
Color Harmonies of #B876FF
Complementary color
Monochromatic Colors of #B876FF
Black with #B876FF
Text Example
Text Example
White with #B876FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876FF; }
p { color: rgb(184,118,255); }
H1.HeaderClassName
{
color: #B876FF;
}
.AnyTagClassName
{
color: #B876FF;
}
</style>
background-color css
<style>
a { background-color: #B876FF; }
a { background-color: rgb(184,118,255); }
div.DivClassName
{
background-color: #B876FF;
}
.BgClassName
{
background-color: #B876FF;
}
</style>
border-color css
<style>
span { border-color: #B876FF; }
span { border-color: rgb(184,118,255); }
td.TdClassName
{
border-color: #B876FF;
}
.TagClassName
{
border-color: #B876FF;
}
</style>