Shades of Heliotrope #BB77FF
Tints of Heliotrope #BB77FF
RGB
CMYK
RGB Variations
Color information
#BB77FF (or 0xBB77FF) is known color: Heliotrope. HEX triplet: BB, 77 and FF. RGB value is (187,119,255). Sum of RGB (Red+Green+Blue) = 187+119+255=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77FF is #448800. Grayscale: #9A9A9A. Windows color (decimal): -4491265 or 16742331. OLE color: 16742331.
HSL color Cylindrical-coordinate representation of color #BB77FF: hue angle of 270º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB77FF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 119 | 255 | - |
| CMYK | 0.27 | 0.53 | 0 | 0 |
| HSL | 270º | 1% | 0.73% | - |
| HSV(B) | 270º | 0.53% | 1% | - |
| XYZ | 45.14 | 30.98 | 98.21 | - |
| YUV | 154.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 255 | 0.27 | 0.53 | 0 | 0 | 270 | 1 | 0.73 |
| Hex | BB | 77 | FF | 1B | 35 | 0 | 0 | 10E | 64 | 49 |
| Octal | 273 | 167 | 377 | 33 | 65 | 0 | 0 | 416 | 144 | 111 |
| Binary | 10111011 | 1110111 | 11111111 | 11011 | 110101 | 0 | 0 | 100001110 | 1100100 | 1001001 |
Color Harmonies of #BB77FF
Complementary color
Monochromatic Colors of #BB77FF
Black with #BB77FF
Text Example
Text Example
White with #BB77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77FF; }
p { color: rgb(187,119,255); }
H1.HeaderClassName
{
color: #BB77FF;
}
.AnyTagClassName
{
color: #BB77FF;
}
</style>
background-color css
<style>
a { background-color: #BB77FF; }
a { background-color: rgb(187,119,255); }
div.DivClassName
{
background-color: #BB77FF;
}
.BgClassName
{
background-color: #BB77FF;
}
</style>
border-color css
<style>
span { border-color: #BB77FF; }
span { border-color: rgb(187,119,255); }
td.TdClassName
{
border-color: #BB77FF;
}
.TagClassName
{
border-color: #BB77FF;
}
</style>