Shades of Heliotrope #B978F9
Tints of Heliotrope #B978F9
RGB
CMYK
RGB Variations
Color information
#B978F9 (or 0xB978F9) is known color: Heliotrope. HEX triplet: B9, 78 and F9. RGB value is (185,120,249). Sum of RGB (Red+Green+Blue) = 185+120+249=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #B978F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978F9 is #468706. Grayscale: #999999. Windows color (decimal): -4622087 or 16349369. OLE color: 16349369.
HSL color Cylindrical-coordinate representation of color #B978F9: hue angle of 270.23º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B978F9 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 120 | 249 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.02 |
| HSL | 270.23º | 0.91% | 0.72% | - |
| HSV(B) | 270.23º | 0.52% | 0.98% | - |
| XYZ | 43.82 | 30.59 | 93.22 | - |
| YUV | 154.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 249 | 0.26 | 0.52 | 0 | 0.02 | 270.23 | 0.91 | 0.72 |
| Hex | B9 | 78 | F9 | 1A | 34 | 0 | 2 | 10E | 5B | 48 |
| Octal | 271 | 170 | 371 | 32 | 64 | 0 | 2 | 416 | 133 | 110 |
| Binary | 10111001 | 1111000 | 11111001 | 11010 | 110100 | 0 | 10 | 100001110 | 1011011 | 1001000 |
Color Harmonies of #B978F9
Complementary color
Monochromatic Colors of #B978F9
Black with #B978F9
Text Example
Text Example
White with #B978F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978F9; }
p { color: rgb(185,120,249); }
H1.HeaderClassName
{
color: #B978F9;
}
.AnyTagClassName
{
color: #B978F9;
}
</style>
background-color css
<style>
a { background-color: #B978F9; }
a { background-color: rgb(185,120,249); }
div.DivClassName
{
background-color: #B978F9;
}
.BgClassName
{
background-color: #B978F9;
}
</style>
border-color css
<style>
span { border-color: #B978F9; }
span { border-color: rgb(185,120,249); }
td.TdClassName
{
border-color: #B978F9;
}
.TagClassName
{
border-color: #B978F9;
}
</style>