Shades of Heliotrope #B873FE
Tints of Heliotrope #B873FE
RGB
CMYK
RGB Variations
Color information
#B873FE (or 0xB873FE) is known color: Heliotrope. HEX triplet: B8, 73 and FE. RGB value is (184,115,254). Sum of RGB (Red+Green+Blue) = 184+115+254=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #B873FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873FE is #478C01. Grayscale: #969696. Windows color (decimal): -4688898 or 16675768. OLE color: 16675768.
HSL color Cylindrical-coordinate representation of color #B873FE: hue angle of 269.78º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B873FE is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 115 | 254 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.00 |
| HSL | 269.78º | 0.99% | 0.72% | - |
| HSV(B) | 269.78º | 0.55% | 1% | - |
| XYZ | 43.79 | 29.61 | 97.17 | - |
| YUV | 151.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 254 | 0.28 | 0.55 | 0 | 0.00 | 269.78 | 0.99 | 0.72 |
| Hex | B8 | 73 | FE | 1C | 37 | 0 | 0 | 10E | 63 | 48 |
| Octal | 270 | 163 | 376 | 34 | 67 | 0 | 0 | 416 | 143 | 110 |
| Binary | 10111000 | 1110011 | 11111110 | 11100 | 110111 | 0 | 0 | 100001110 | 1100011 | 1001000 |
Color Harmonies of #B873FE
Complementary color
Monochromatic Colors of #B873FE
Black with #B873FE
Text Example
Text Example
White with #B873FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873FE; }
p { color: rgb(184,115,254); }
H1.HeaderClassName
{
color: #B873FE;
}
.AnyTagClassName
{
color: #B873FE;
}
</style>
background-color css
<style>
a { background-color: #B873FE; }
a { background-color: rgb(184,115,254); }
div.DivClassName
{
background-color: #B873FE;
}
.BgClassName
{
background-color: #B873FE;
}
</style>
border-color css
<style>
span { border-color: #B873FE; }
span { border-color: rgb(184,115,254); }
td.TdClassName
{
border-color: #B873FE;
}
.TagClassName
{
border-color: #B873FE;
}
</style>