Shades of Heliotrope #B878FB
Tints of Heliotrope #B878FB
RGB
CMYK
RGB Variations
Color information
#B878FB (or 0xB878FB) is known color: Heliotrope. HEX triplet: B8, 78 and FB. RGB value is (184,120,251). Sum of RGB (Red+Green+Blue) = 184+120+251=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #B878FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B878FB is #478704. Grayscale: #999999. Windows color (decimal): -4687621 or 16480440. OLE color: 16480440.
HSL color Cylindrical-coordinate representation of color #B878FB: hue angle of 269.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B878FB is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 120 | 251 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.02 |
| HSL | 269.31º | 0.94% | 0.73% | - |
| HSV(B) | 269.31º | 0.52% | 0.98% | - |
| XYZ | 43.9 | 30.59 | 94.86 | - |
| YUV | 154.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 251 | 0.27 | 0.52 | 0 | 0.02 | 269.31 | 0.94 | 0.73 |
| Hex | B8 | 78 | FB | 1B | 34 | 0 | 2 | 10D | 5E | 49 |
| Octal | 270 | 170 | 373 | 33 | 64 | 0 | 2 | 415 | 136 | 111 |
| Binary | 10111000 | 1111000 | 11111011 | 11011 | 110100 | 0 | 10 | 100001101 | 1011110 | 1001001 |
Color Harmonies of #B878FB
Complementary color
Monochromatic Colors of #B878FB
Black with #B878FB
Text Example
Text Example
White with #B878FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B878FB; }
p { color: rgb(184,120,251); }
H1.HeaderClassName
{
color: #B878FB;
}
.AnyTagClassName
{
color: #B878FB;
}
</style>
background-color css
<style>
a { background-color: #B878FB; }
a { background-color: rgb(184,120,251); }
div.DivClassName
{
background-color: #B878FB;
}
.BgClassName
{
background-color: #B878FB;
}
</style>
border-color css
<style>
span { border-color: #B878FB; }
span { border-color: rgb(184,120,251); }
td.TdClassName
{
border-color: #B878FB;
}
.TagClassName
{
border-color: #B878FB;
}
</style>