Shades of Heliotrope #B978EF
Tints of Heliotrope #B978EF
RGB
CMYK
RGB Variations
Color information
#B978EF (or 0xB978EF) is known color: Heliotrope. HEX triplet: B9, 78 and EF. RGB value is (185,120,239). Sum of RGB (Red+Green+Blue) = 185+120+239=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #B978EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978EF is #468710. Grayscale: #989898. Windows color (decimal): -4622097 or 15694009. OLE color: 15694009.
HSL color Cylindrical-coordinate representation of color #B978EF: hue angle of 272.77º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B978EF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 120 | 239 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.06 |
| HSL | 272.77º | 0.79% | 0.7% | - |
| HSV(B) | 272.77º | 0.5% | 0.94% | - |
| XYZ | 42.3 | 29.98 | 85.22 | - |
| YUV | 153 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 239 | 0.23 | 0.50 | 0 | 0.06 | 272.77 | 0.79 | 0.7 |
| Hex | B9 | 78 | EF | 17 | 32 | 0 | 6 | 111 | 4F | 46 |
| Octal | 271 | 170 | 357 | 27 | 62 | 0 | 6 | 421 | 117 | 106 |
| Binary | 10111001 | 1111000 | 11101111 | 10111 | 110010 | 0 | 110 | 100010001 | 1001111 | 1000110 |
Color Harmonies of #B978EF
Complementary color
Monochromatic Colors of #B978EF
Black with #B978EF
Text Example
Text Example
White with #B978EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978EF; }
p { color: rgb(185,120,239); }
H1.HeaderClassName
{
color: #B978EF;
}
.AnyTagClassName
{
color: #B978EF;
}
</style>
background-color css
<style>
a { background-color: #B978EF; }
a { background-color: rgb(185,120,239); }
div.DivClassName
{
background-color: #B978EF;
}
.BgClassName
{
background-color: #B978EF;
}
</style>
border-color css
<style>
span { border-color: #B978EF; }
span { border-color: rgb(185,120,239); }
td.TdClassName
{
border-color: #B978EF;
}
.TagClassName
{
border-color: #B978EF;
}
</style>