Shades of Heliotrope #B977FA
Tints of Heliotrope #B977FA
RGB
CMYK
RGB Variations
Color information
#B977FA (or 0xB977FA) is known color: Heliotrope. HEX triplet: B9, 77 and FA. RGB value is (185,119,250). Sum of RGB (Red+Green+Blue) = 185+119+250=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #B977FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977FA is #468805. Grayscale: #999999. Windows color (decimal): -4622342 or 16414649. OLE color: 16414649.
HSL color Cylindrical-coordinate representation of color #B977FA: hue angle of 270.23º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B977FA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 119 | 250 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.02 |
| HSL | 270.23º | 0.93% | 0.72% | - |
| HSV(B) | 270.23º | 0.52% | 0.98% | - |
| XYZ | 43.86 | 30.41 | 94 | - |
| YUV | 153.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 250 | 0.26 | 0.52 | 0 | 0.02 | 270.23 | 0.93 | 0.72 |
| Hex | B9 | 77 | FA | 1A | 34 | 0 | 2 | 10E | 5D | 48 |
| Octal | 271 | 167 | 372 | 32 | 64 | 0 | 2 | 416 | 135 | 110 |
| Binary | 10111001 | 1110111 | 11111010 | 11010 | 110100 | 0 | 10 | 100001110 | 1011101 | 1001000 |
Color Harmonies of #B977FA
Complementary color
Monochromatic Colors of #B977FA
Black with #B977FA
Text Example
Text Example
White with #B977FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977FA; }
p { color: rgb(185,119,250); }
H1.HeaderClassName
{
color: #B977FA;
}
.AnyTagClassName
{
color: #B977FA;
}
</style>
background-color css
<style>
a { background-color: #B977FA; }
a { background-color: rgb(185,119,250); }
div.DivClassName
{
background-color: #B977FA;
}
.BgClassName
{
background-color: #B977FA;
}
</style>
border-color css
<style>
span { border-color: #B977FA; }
span { border-color: rgb(185,119,250); }
td.TdClassName
{
border-color: #B977FA;
}
.TagClassName
{
border-color: #B977FA;
}
</style>