Shades of Heliotrope #B977FB
Tints of Heliotrope #B977FB
RGB
CMYK
RGB Variations
Color information
#B977FB (or 0xB977FB) is known color: Heliotrope. HEX triplet: B9, 77 and FB. RGB value is (185,119,251). Sum of RGB (Red+Green+Blue) = 185+119+251=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #B977FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977FB is #468804. Grayscale: #999999. Windows color (decimal): -4622341 or 16480185. OLE color: 16480185.
HSL color Cylindrical-coordinate representation of color #B977FB: hue angle of 270º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B977FB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 119 | 251 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.02 |
| HSL | 270º | 0.94% | 0.73% | - |
| HSV(B) | 270º | 0.53% | 0.98% | - |
| XYZ | 44.02 | 30.47 | 94.83 | - |
| YUV | 153.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 251 | 0.26 | 0.53 | 0 | 0.02 | 270 | 0.94 | 0.73 |
| Hex | B9 | 77 | FB | 1A | 35 | 0 | 2 | 10E | 5E | 49 |
| Octal | 271 | 167 | 373 | 32 | 65 | 0 | 2 | 416 | 136 | 111 |
| Binary | 10111001 | 1110111 | 11111011 | 11010 | 110101 | 0 | 10 | 100001110 | 1011110 | 1001001 |
Color Harmonies of #B977FB
Complementary color
Monochromatic Colors of #B977FB
Black with #B977FB
Text Example
Text Example
White with #B977FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977FB; }
p { color: rgb(185,119,251); }
H1.HeaderClassName
{
color: #B977FB;
}
.AnyTagClassName
{
color: #B977FB;
}
</style>
background-color css
<style>
a { background-color: #B977FB; }
a { background-color: rgb(185,119,251); }
div.DivClassName
{
background-color: #B977FB;
}
.BgClassName
{
background-color: #B977FB;
}
</style>
border-color css
<style>
span { border-color: #B977FB; }
span { border-color: rgb(185,119,251); }
td.TdClassName
{
border-color: #B977FB;
}
.TagClassName
{
border-color: #B977FB;
}
</style>