Shades of Heliotrope #B976F2
Tints of Heliotrope #B976F2
RGB
CMYK
RGB Variations
Color information
#B976F2 (or 0xB976F2) is known color: Heliotrope. HEX triplet: B9, 76 and F2. RGB value is (185,118,242). Sum of RGB (Red+Green+Blue) = 185+118+242=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #B976F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976F2 is #46890D. Grayscale: #979797. Windows color (decimal): -4622606 or 15890105. OLE color: 15890105.
HSL color Cylindrical-coordinate representation of color #B976F2: hue angle of 272.42º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B976F2 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 118 | 242 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.05 |
| HSL | 272.42º | 0.83% | 0.71% | - |
| HSV(B) | 272.42º | 0.51% | 0.95% | - |
| XYZ | 42.51 | 29.68 | 87.49 | - |
| YUV | 152.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 242 | 0.24 | 0.51 | 0 | 0.05 | 272.42 | 0.83 | 0.71 |
| Hex | B9 | 76 | F2 | 18 | 33 | 0 | 5 | 110 | 53 | 47 |
| Octal | 271 | 166 | 362 | 30 | 63 | 0 | 5 | 420 | 123 | 107 |
| Binary | 10111001 | 1110110 | 11110010 | 11000 | 110011 | 0 | 101 | 100010000 | 1010011 | 1000111 |
Color Harmonies of #B976F2
Complementary color
Monochromatic Colors of #B976F2
Black with #B976F2
Text Example
Text Example
White with #B976F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976F2; }
p { color: rgb(185,118,242); }
H1.HeaderClassName
{
color: #B976F2;
}
.AnyTagClassName
{
color: #B976F2;
}
</style>
background-color css
<style>
a { background-color: #B976F2; }
a { background-color: rgb(185,118,242); }
div.DivClassName
{
background-color: #B976F2;
}
.BgClassName
{
background-color: #B976F2;
}
</style>
border-color css
<style>
span { border-color: #B976F2; }
span { border-color: rgb(185,118,242); }
td.TdClassName
{
border-color: #B976F2;
}
.TagClassName
{
border-color: #B976F2;
}
</style>