Shades of Heliotrope #B973FA
Tints of Heliotrope #B973FA
RGB
CMYK
RGB Variations
Color information
#B973FA (or 0xB973FA) is known color: Heliotrope. HEX triplet: B9, 73 and FA. RGB value is (185,115,250). Sum of RGB (Red+Green+Blue) = 185+115+250=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #B973FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973FA is #468C05. Grayscale: #969696. Windows color (decimal): -4623366 or 16413625. OLE color: 16413625.
HSL color Cylindrical-coordinate representation of color #B973FA: hue angle of 271.11º 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 #B973FA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 115 | 250 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.02 |
| HSL | 271.11º | 0.93% | 0.72% | - |
| HSV(B) | 271.11º | 0.54% | 0.98% | - |
| XYZ | 43.39 | 29.48 | 93.85 | - |
| YUV | 151.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 250 | 0.26 | 0.54 | 0 | 0.02 | 271.11 | 0.93 | 0.72 |
| Hex | B9 | 73 | FA | 1A | 36 | 0 | 2 | 10F | 5D | 48 |
| Octal | 271 | 163 | 372 | 32 | 66 | 0 | 2 | 417 | 135 | 110 |
| Binary | 10111001 | 1110011 | 11111010 | 11010 | 110110 | 0 | 10 | 100001111 | 1011101 | 1001000 |
Color Harmonies of #B973FA
Complementary color
Monochromatic Colors of #B973FA
Black with #B973FA
Text Example
Text Example
White with #B973FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B973FA; }
p { color: rgb(185,115,250); }
H1.HeaderClassName
{
color: #B973FA;
}
.AnyTagClassName
{
color: #B973FA;
}
</style>
background-color css
<style>
a { background-color: #B973FA; }
a { background-color: rgb(185,115,250); }
div.DivClassName
{
background-color: #B973FA;
}
.BgClassName
{
background-color: #B973FA;
}
</style>
border-color css
<style>
span { border-color: #B973FA; }
span { border-color: rgb(185,115,250); }
td.TdClassName
{
border-color: #B973FA;
}
.TagClassName
{
border-color: #B973FA;
}
</style>