Shades of Heliotrope #B873F8
Tints of Heliotrope #B873F8
RGB
CMYK
RGB Variations
Color information
#B873F8 (or 0xB873F8) is known color: Heliotrope. HEX triplet: B8, 73 and F8. RGB value is (184,115,248). Sum of RGB (Red+Green+Blue) = 184+115+248=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #B873F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873F8 is #478C07. Grayscale: #969696. Windows color (decimal): -4688904 or 16282552. OLE color: 16282552.
HSL color Cylindrical-coordinate representation of color #B873F8: hue angle of 271.13º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B873F8 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 115 | 248 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.03 |
| HSL | 271.13º | 0.9% | 0.71% | - |
| HSV(B) | 271.13º | 0.54% | 0.97% | - |
| XYZ | 42.84 | 29.23 | 92.19 | - |
| YUV | 150.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 248 | 0.26 | 0.54 | 0 | 0.03 | 271.13 | 0.9 | 0.71 |
| Hex | B8 | 73 | F8 | 1A | 36 | 0 | 3 | 10F | 5A | 47 |
| Octal | 270 | 163 | 370 | 32 | 66 | 0 | 3 | 417 | 132 | 107 |
| Binary | 10111000 | 1110011 | 11111000 | 11010 | 110110 | 0 | 11 | 100001111 | 1011010 | 1000111 |
Color Harmonies of #B873F8
Complementary color
Monochromatic Colors of #B873F8
Black with #B873F8
Text Example
Text Example
White with #B873F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873F8; }
p { color: rgb(184,115,248); }
H1.HeaderClassName
{
color: #B873F8;
}
.AnyTagClassName
{
color: #B873F8;
}
</style>
background-color css
<style>
a { background-color: #B873F8; }
a { background-color: rgb(184,115,248); }
div.DivClassName
{
background-color: #B873F8;
}
.BgClassName
{
background-color: #B873F8;
}
</style>
border-color css
<style>
span { border-color: #B873F8; }
span { border-color: rgb(184,115,248); }
td.TdClassName
{
border-color: #B873F8;
}
.TagClassName
{
border-color: #B873F8;
}
</style>