Shades of Heliotrope #B879FE
Tints of Heliotrope #B879FE
RGB
CMYK
RGB Variations
Color information
#B879FE (or 0xB879FE) is known color: Heliotrope. HEX triplet: B8, 79 and FE. RGB value is (184,121,254). Sum of RGB (Red+Green+Blue) = 184+121+254=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #B879FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B879FE is #478601. Grayscale: #9A9A9A. Windows color (decimal): -4687362 or 16677304. OLE color: 16677304.
HSL color Cylindrical-coordinate representation of color #B879FE: hue angle of 268.42º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B879FE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 121 | 254 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.00 |
| HSL | 268.42º | 0.99% | 0.74% | - |
| HSV(B) | 268.42º | 0.52% | 1% | - |
| XYZ | 44.49 | 31.02 | 97.41 | - |
| YUV | 155 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 254 | 0.28 | 0.52 | 0 | 0.00 | 268.42 | 0.99 | 0.74 |
| Hex | B8 | 79 | FE | 1C | 34 | 0 | 0 | 10C | 63 | 4A |
| Octal | 270 | 171 | 376 | 34 | 64 | 0 | 0 | 414 | 143 | 112 |
| Binary | 10111000 | 1111001 | 11111110 | 11100 | 110100 | 0 | 0 | 100001100 | 1100011 | 1001010 |
Color Harmonies of #B879FE
Complementary color
Monochromatic Colors of #B879FE
Black with #B879FE
Text Example
Text Example
White with #B879FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879FE; }
p { color: rgb(184,121,254); }
H1.HeaderClassName
{
color: #B879FE;
}
.AnyTagClassName
{
color: #B879FE;
}
</style>
background-color css
<style>
a { background-color: #B879FE; }
a { background-color: rgb(184,121,254); }
div.DivClassName
{
background-color: #B879FE;
}
.BgClassName
{
background-color: #B879FE;
}
</style>
border-color css
<style>
span { border-color: #B879FE; }
span { border-color: rgb(184,121,254); }
td.TdClassName
{
border-color: #B879FE;
}
.TagClassName
{
border-color: #B879FE;
}
</style>