Shades of Heliotrope #B873FC
Tints of Heliotrope #B873FC
RGB
CMYK
RGB Variations
Color information
#B873FC (or 0xB873FC) is known color: Heliotrope. HEX triplet: B8, 73 and FC. RGB value is (184,115,252). Sum of RGB (Red+Green+Blue) = 184+115+252=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #B873FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873FC is #478C03. Grayscale: #969696. Windows color (decimal): -4688900 or 16544696. OLE color: 16544696.
HSL color Cylindrical-coordinate representation of color #B873FC: hue angle of 270.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B873FC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 115 | 252 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.01 |
| HSL | 270.22º | 0.96% | 0.72% | - |
| HSV(B) | 270.22º | 0.54% | 0.99% | - |
| XYZ | 43.47 | 29.48 | 95.49 | - |
| YUV | 151.25 | 184.86 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 252 | 0.27 | 0.54 | 0 | 0.01 | 270.22 | 0.96 | 0.72 |
| Hex | B8 | 73 | FC | 1B | 36 | 0 | 1 | 10E | 60 | 48 |
| Octal | 270 | 163 | 374 | 33 | 66 | 0 | 1 | 416 | 140 | 110 |
| Binary | 10111000 | 1110011 | 11111100 | 11011 | 110110 | 0 | 1 | 100001110 | 1100000 | 1001000 |
Color Harmonies of #B873FC
Complementary color
Monochromatic Colors of #B873FC
Black with #B873FC
Text Example
Text Example
White with #B873FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873FC; }
p { color: rgb(184,115,252); }
H1.HeaderClassName
{
color: #B873FC;
}
.AnyTagClassName
{
color: #B873FC;
}
</style>
background-color css
<style>
a { background-color: #B873FC; }
a { background-color: rgb(184,115,252); }
div.DivClassName
{
background-color: #B873FC;
}
.BgClassName
{
background-color: #B873FC;
}
</style>
border-color css
<style>
span { border-color: #B873FC; }
span { border-color: rgb(184,115,252); }
td.TdClassName
{
border-color: #B873FC;
}
.TagClassName
{
border-color: #B873FC;
}
</style>