Shades of Heliotrope #B976FA
Tints of Heliotrope #B976FA
RGB
CMYK
RGB Variations
Color information
#B976FA (or 0xB976FA) is known color: Heliotrope. HEX triplet: B9, 76 and FA. RGB value is (185,118,250). Sum of RGB (Red+Green+Blue) = 185+118+250=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #B976FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976FA is #468905. Grayscale: #989898. Windows color (decimal): -4622598 or 16414393. OLE color: 16414393.
HSL color Cylindrical-coordinate representation of color #B976FA: hue angle of 270.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B976FA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 118 | 250 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.02 |
| HSL | 270.45º | 0.93% | 0.72% | - |
| HSV(B) | 270.45º | 0.53% | 0.98% | - |
| XYZ | 43.74 | 30.17 | 93.96 | - |
| YUV | 153.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 250 | 0.26 | 0.53 | 0 | 0.02 | 270.45 | 0.93 | 0.72 |
| Hex | B9 | 76 | FA | 1A | 35 | 0 | 2 | 10E | 5D | 48 |
| Octal | 271 | 166 | 372 | 32 | 65 | 0 | 2 | 416 | 135 | 110 |
| Binary | 10111001 | 1110110 | 11111010 | 11010 | 110101 | 0 | 10 | 100001110 | 1011101 | 1001000 |
Color Harmonies of #B976FA
Complementary color
Monochromatic Colors of #B976FA
Black with #B976FA
Text Example
Text Example
White with #B976FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976FA; }
p { color: rgb(185,118,250); }
H1.HeaderClassName
{
color: #B976FA;
}
.AnyTagClassName
{
color: #B976FA;
}
</style>
background-color css
<style>
a { background-color: #B976FA; }
a { background-color: rgb(185,118,250); }
div.DivClassName
{
background-color: #B976FA;
}
.BgClassName
{
background-color: #B976FA;
}
</style>
border-color css
<style>
span { border-color: #B976FA; }
span { border-color: rgb(185,118,250); }
td.TdClassName
{
border-color: #B976FA;
}
.TagClassName
{
border-color: #B976FA;
}
</style>