Shades of Heliotrope #BB77FA
Tints of Heliotrope #BB77FA
RGB
CMYK
RGB Variations
Color information
#BB77FA (or 0xBB77FA) is known color: Heliotrope. HEX triplet: BB, 77 and FA. RGB value is (187,119,250). Sum of RGB (Red+Green+Blue) = 187+119+250=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77FA is #448805. Grayscale: #999999. Windows color (decimal): -4491270 or 16414651. OLE color: 16414651.
HSL color Cylindrical-coordinate representation of color #BB77FA: hue angle of 271.15º 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 #BB77FA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 119 | 250 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.02 |
| HSL | 271.15º | 0.93% | 0.72% | - |
| HSV(B) | 271.15º | 0.52% | 0.98% | - |
| XYZ | 44.35 | 30.66 | 94.02 | - |
| YUV | 154.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 250 | 0.25 | 0.52 | 0 | 0.02 | 271.15 | 0.93 | 0.72 |
| Hex | BB | 77 | FA | 19 | 34 | 0 | 2 | 10F | 5D | 48 |
| Octal | 273 | 167 | 372 | 31 | 64 | 0 | 2 | 417 | 135 | 110 |
| Binary | 10111011 | 1110111 | 11111010 | 11001 | 110100 | 0 | 10 | 100001111 | 1011101 | 1001000 |
Color Harmonies of #BB77FA
Complementary color
Monochromatic Colors of #BB77FA
Black with #BB77FA
Text Example
Text Example
White with #BB77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77FA; }
p { color: rgb(187,119,250); }
H1.HeaderClassName
{
color: #BB77FA;
}
.AnyTagClassName
{
color: #BB77FA;
}
</style>
background-color css
<style>
a { background-color: #BB77FA; }
a { background-color: rgb(187,119,250); }
div.DivClassName
{
background-color: #BB77FA;
}
.BgClassName
{
background-color: #BB77FA;
}
</style>
border-color css
<style>
span { border-color: #BB77FA; }
span { border-color: rgb(187,119,250); }
td.TdClassName
{
border-color: #BB77FA;
}
.TagClassName
{
border-color: #BB77FA;
}
</style>