Shades of Heliotrope #B978FE
Tints of Heliotrope #B978FE
RGB
CMYK
RGB Variations
Color information
#B978FE (or 0xB978FE) is known color: Heliotrope. HEX triplet: B9, 78 and FE. RGB value is (185,120,254). Sum of RGB (Red+Green+Blue) = 185+120+254=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #B978FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978FE is #468701. Grayscale: #9A9A9A. Windows color (decimal): -4622082 or 16677049. OLE color: 16677049.
HSL color Cylindrical-coordinate representation of color #B978FE: hue angle of 269.1º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B978FE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 120 | 254 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.00 |
| HSL | 269.1º | 0.99% | 0.73% | - |
| HSV(B) | 269.1º | 0.53% | 1% | - |
| XYZ | 44.61 | 30.9 | 97.38 | - |
| YUV | 154.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 254 | 0.27 | 0.53 | 0 | 0.00 | 269.1 | 0.99 | 0.73 |
| Hex | B9 | 78 | FE | 1B | 35 | 0 | 0 | 10D | 63 | 49 |
| Octal | 271 | 170 | 376 | 33 | 65 | 0 | 0 | 415 | 143 | 111 |
| Binary | 10111001 | 1111000 | 11111110 | 11011 | 110101 | 0 | 0 | 100001101 | 1100011 | 1001001 |
Color Harmonies of #B978FE
Complementary color
Monochromatic Colors of #B978FE
Black with #B978FE
Text Example
Text Example
White with #B978FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978FE; }
p { color: rgb(185,120,254); }
H1.HeaderClassName
{
color: #B978FE;
}
.AnyTagClassName
{
color: #B978FE;
}
</style>
background-color css
<style>
a { background-color: #B978FE; }
a { background-color: rgb(185,120,254); }
div.DivClassName
{
background-color: #B978FE;
}
.BgClassName
{
background-color: #B978FE;
}
</style>
border-color css
<style>
span { border-color: #B978FE; }
span { border-color: rgb(185,120,254); }
td.TdClassName
{
border-color: #B978FE;
}
.TagClassName
{
border-color: #B978FE;
}
</style>