Shades of Heliotrope #B873FD
Tints of Heliotrope #B873FD
RGB
CMYK
RGB Variations
Color information
#B873FD (or 0xB873FD) is known color: Heliotrope. HEX triplet: B8, 73 and FD. RGB value is (184,115,253). Sum of RGB (Red+Green+Blue) = 184+115+253=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #B873FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873FD is #478C02. Grayscale: #969696. Windows color (decimal): -4688899 or 16610232. OLE color: 16610232.
HSL color Cylindrical-coordinate representation of color #B873FD: hue angle of 270º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B873FD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 115 | 253 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.72% | - |
| HSV(B) | 270º | 0.55% | 0.99% | - |
| XYZ | 43.63 | 29.54 | 96.33 | - |
| YUV | 151.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 253 | 0.27 | 0.55 | 0 | 0.01 | 270 | 0.97 | 0.72 |
| Hex | B8 | 73 | FD | 1B | 37 | 0 | 1 | 10E | 61 | 48 |
| Octal | 270 | 163 | 375 | 33 | 67 | 0 | 1 | 416 | 141 | 110 |
| Binary | 10111000 | 1110011 | 11111101 | 11011 | 110111 | 0 | 1 | 100001110 | 1100001 | 1001000 |
Color Harmonies of #B873FD
Complementary color
Monochromatic Colors of #B873FD
Black with #B873FD
Text Example
Text Example
White with #B873FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873FD; }
p { color: rgb(184,115,253); }
H1.HeaderClassName
{
color: #B873FD;
}
.AnyTagClassName
{
color: #B873FD;
}
</style>
background-color css
<style>
a { background-color: #B873FD; }
a { background-color: rgb(184,115,253); }
div.DivClassName
{
background-color: #B873FD;
}
.BgClassName
{
background-color: #B873FD;
}
</style>
border-color css
<style>
span { border-color: #B873FD; }
span { border-color: rgb(184,115,253); }
td.TdClassName
{
border-color: #B873FD;
}
.TagClassName
{
border-color: #B873FD;
}
</style>