Shades of Heliotrope #B879FD
Tints of Heliotrope #B879FD
RGB
CMYK
RGB Variations
Color information
#B879FD (or 0xB879FD) is known color: Heliotrope. HEX triplet: B8, 79 and FD. RGB value is (184,121,253). Sum of RGB (Red+Green+Blue) = 184+121+253=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #B879FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B879FD is #478602. Grayscale: #9A9A9A. Windows color (decimal): -4687363 or 16611768. OLE color: 16611768.
HSL color Cylindrical-coordinate representation of color #B879FD: hue angle of 268.64º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B879FD is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 121 | 253 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.01 |
| HSL | 268.64º | 0.97% | 0.73% | - |
| HSV(B) | 268.64º | 0.52% | 0.99% | - |
| XYZ | 44.33 | 30.96 | 96.57 | - |
| YUV | 154.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 253 | 0.27 | 0.52 | 0 | 0.01 | 268.64 | 0.97 | 0.73 |
| Hex | B8 | 79 | FD | 1B | 34 | 0 | 1 | 10D | 61 | 49 |
| Octal | 270 | 171 | 375 | 33 | 64 | 0 | 1 | 415 | 141 | 111 |
| Binary | 10111000 | 1111001 | 11111101 | 11011 | 110100 | 0 | 1 | 100001101 | 1100001 | 1001001 |
Color Harmonies of #B879FD
Complementary color
Monochromatic Colors of #B879FD
Black with #B879FD
Text Example
Text Example
White with #B879FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879FD; }
p { color: rgb(184,121,253); }
H1.HeaderClassName
{
color: #B879FD;
}
.AnyTagClassName
{
color: #B879FD;
}
</style>
background-color css
<style>
a { background-color: #B879FD; }
a { background-color: rgb(184,121,253); }
div.DivClassName
{
background-color: #B879FD;
}
.BgClassName
{
background-color: #B879FD;
}
</style>
border-color css
<style>
span { border-color: #B879FD; }
span { border-color: rgb(184,121,253); }
td.TdClassName
{
border-color: #B879FD;
}
.TagClassName
{
border-color: #B879FD;
}
</style>