Shades of Heliotrope #B976FC
Tints of Heliotrope #B976FC
RGB
CMYK
RGB Variations
Color information
#B976FC (or 0xB976FC) is known color: Heliotrope. HEX triplet: B9, 76 and FC. RGB value is (185,118,252). Sum of RGB (Red+Green+Blue) = 185+118+252=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #B976FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976FC is #468903. Grayscale: #989898. Windows color (decimal): -4622596 or 16545465. OLE color: 16545465.
HSL color Cylindrical-coordinate representation of color #B976FC: hue angle of 270º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B976FC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 118 | 252 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.01 |
| HSL | 270º | 0.96% | 0.73% | - |
| HSV(B) | 270º | 0.53% | 0.99% | - |
| XYZ | 44.06 | 30.3 | 95.62 | - |
| YUV | 153.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 252 | 0.27 | 0.53 | 0 | 0.01 | 270 | 0.96 | 0.73 |
| Hex | B9 | 76 | FC | 1B | 35 | 0 | 1 | 10E | 60 | 49 |
| Octal | 271 | 166 | 374 | 33 | 65 | 0 | 1 | 416 | 140 | 111 |
| Binary | 10111001 | 1110110 | 11111100 | 11011 | 110101 | 0 | 1 | 100001110 | 1100000 | 1001001 |
Color Harmonies of #B976FC
Complementary color
Monochromatic Colors of #B976FC
Black with #B976FC
Text Example
Text Example
White with #B976FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976FC; }
p { color: rgb(185,118,252); }
H1.HeaderClassName
{
color: #B976FC;
}
.AnyTagClassName
{
color: #B976FC;
}
</style>
background-color css
<style>
a { background-color: #B976FC; }
a { background-color: rgb(185,118,252); }
div.DivClassName
{
background-color: #B976FC;
}
.BgClassName
{
background-color: #B976FC;
}
</style>
border-color css
<style>
span { border-color: #B976FC; }
span { border-color: rgb(185,118,252); }
td.TdClassName
{
border-color: #B976FC;
}
.TagClassName
{
border-color: #B976FC;
}
</style>