Shades of Heliotrope #B976FE
Tints of Heliotrope #B976FE
RGB
CMYK
RGB Variations
Color information
#B976FE (or 0xB976FE) is known color: Heliotrope. HEX triplet: B9, 76 and FE. RGB value is (185,118,254). Sum of RGB (Red+Green+Blue) = 185+118+254=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #B976FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976FE is #468901. Grayscale: #999999. Windows color (decimal): -4622594 or 16676537. OLE color: 16676537.
HSL color Cylindrical-coordinate representation of color #B976FE: hue angle of 269.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B976FE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 118 | 254 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.00 |
| HSL | 269.56º | 0.99% | 0.73% | - |
| HSV(B) | 269.56º | 0.54% | 1% | - |
| XYZ | 44.38 | 30.43 | 97.3 | - |
| YUV | 153.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 254 | 0.27 | 0.54 | 0 | 0.00 | 269.56 | 0.99 | 0.73 |
| Hex | B9 | 76 | FE | 1B | 36 | 0 | 0 | 10E | 63 | 49 |
| Octal | 271 | 166 | 376 | 33 | 66 | 0 | 0 | 416 | 143 | 111 |
| Binary | 10111001 | 1110110 | 11111110 | 11011 | 110110 | 0 | 0 | 100001110 | 1100011 | 1001001 |
Color Harmonies of #B976FE
Complementary color
Monochromatic Colors of #B976FE
Black with #B976FE
Text Example
Text Example
White with #B976FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976FE; }
p { color: rgb(185,118,254); }
H1.HeaderClassName
{
color: #B976FE;
}
.AnyTagClassName
{
color: #B976FE;
}
</style>
background-color css
<style>
a { background-color: #B976FE; }
a { background-color: rgb(185,118,254); }
div.DivClassName
{
background-color: #B976FE;
}
.BgClassName
{
background-color: #B976FE;
}
</style>
border-color css
<style>
span { border-color: #B976FE; }
span { border-color: rgb(185,118,254); }
td.TdClassName
{
border-color: #B976FE;
}
.TagClassName
{
border-color: #B976FE;
}
</style>