Shades of Heliotrope #B978F2
Tints of Heliotrope #B978F2
RGB
CMYK
RGB Variations
Color information
#B978F2 (or 0xB978F2) is known color: Heliotrope. HEX triplet: B9, 78 and F2. RGB value is (185,120,242). Sum of RGB (Red+Green+Blue) = 185+120+242=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #B978F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978F2 is #46870D. Grayscale: #989898. Windows color (decimal): -4622094 or 15890617. OLE color: 15890617.
HSL color Cylindrical-coordinate representation of color #B978F2: hue angle of 271.97º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B978F2 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 120 | 242 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.05 |
| HSL | 271.97º | 0.82% | 0.71% | - |
| HSV(B) | 271.97º | 0.5% | 0.95% | - |
| XYZ | 42.75 | 30.16 | 87.57 | - |
| YUV | 153.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 242 | 0.24 | 0.50 | 0 | 0.05 | 271.97 | 0.82 | 0.71 |
| Hex | B9 | 78 | F2 | 18 | 32 | 0 | 5 | 110 | 52 | 47 |
| Octal | 271 | 170 | 362 | 30 | 62 | 0 | 5 | 420 | 122 | 107 |
| Binary | 10111001 | 1111000 | 11110010 | 11000 | 110010 | 0 | 101 | 100010000 | 1010010 | 1000111 |
Color Harmonies of #B978F2
Complementary color
Monochromatic Colors of #B978F2
Black with #B978F2
Text Example
Text Example
White with #B978F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978F2; }
p { color: rgb(185,120,242); }
H1.HeaderClassName
{
color: #B978F2;
}
.AnyTagClassName
{
color: #B978F2;
}
</style>
background-color css
<style>
a { background-color: #B978F2; }
a { background-color: rgb(185,120,242); }
div.DivClassName
{
background-color: #B978F2;
}
.BgClassName
{
background-color: #B978F2;
}
</style>
border-color css
<style>
span { border-color: #B978F2; }
span { border-color: rgb(185,120,242); }
td.TdClassName
{
border-color: #B978F2;
}
.TagClassName
{
border-color: #B978F2;
}
</style>