Shades of Heliotrope #B873FA
Tints of Heliotrope #B873FA
RGB
CMYK
RGB Variations
Color information
#B873FA (or 0xB873FA) is known color: Heliotrope. HEX triplet: B8, 73 and FA. RGB value is (184,115,250). Sum of RGB (Red+Green+Blue) = 184+115+250=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #B873FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873FA is #478C05. Grayscale: #969696. Windows color (decimal): -4688902 or 16413624. OLE color: 16413624.
HSL color Cylindrical-coordinate representation of color #B873FA: hue angle of 270.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B873FA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 115 | 250 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.02 |
| HSL | 270.67º | 0.93% | 0.72% | - |
| HSV(B) | 270.67º | 0.54% | 0.98% | - |
| XYZ | 43.15 | 29.35 | 93.83 | - |
| YUV | 151.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 250 | 0.26 | 0.54 | 0 | 0.02 | 270.67 | 0.93 | 0.72 |
| Hex | B8 | 73 | FA | 1A | 36 | 0 | 2 | 10F | 5D | 48 |
| Octal | 270 | 163 | 372 | 32 | 66 | 0 | 2 | 417 | 135 | 110 |
| Binary | 10111000 | 1110011 | 11111010 | 11010 | 110110 | 0 | 10 | 100001111 | 1011101 | 1001000 |
Color Harmonies of #B873FA
Complementary color
Monochromatic Colors of #B873FA
Black with #B873FA
Text Example
Text Example
White with #B873FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873FA; }
p { color: rgb(184,115,250); }
H1.HeaderClassName
{
color: #B873FA;
}
.AnyTagClassName
{
color: #B873FA;
}
</style>
background-color css
<style>
a { background-color: #B873FA; }
a { background-color: rgb(184,115,250); }
div.DivClassName
{
background-color: #B873FA;
}
.BgClassName
{
background-color: #B873FA;
}
</style>
border-color css
<style>
span { border-color: #B873FA; }
span { border-color: rgb(184,115,250); }
td.TdClassName
{
border-color: #B873FA;
}
.TagClassName
{
border-color: #B873FA;
}
</style>