Shades of Heliotrope #BB77FE
Tints of Heliotrope #BB77FE
RGB
CMYK
RGB Variations
Color information
#BB77FE (or 0xBB77FE) is known color: Heliotrope. HEX triplet: BB, 77 and FE. RGB value is (187,119,254). Sum of RGB (Red+Green+Blue) = 187+119+254=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77FE is #448801. Grayscale: #9A9A9A. Windows color (decimal): -4491266 or 16676795. OLE color: 16676795.
HSL color Cylindrical-coordinate representation of color #BB77FE: hue angle of 270.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB77FE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 119 | 254 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.00 |
| HSL | 270.22º | 0.99% | 0.73% | - |
| HSV(B) | 270.22º | 0.53% | 1% | - |
| XYZ | 44.98 | 30.91 | 97.36 | - |
| YUV | 154.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 254 | 0.26 | 0.53 | 0 | 0.00 | 270.22 | 0.99 | 0.73 |
| Hex | BB | 77 | FE | 1A | 35 | 0 | 0 | 10E | 63 | 49 |
| Octal | 273 | 167 | 376 | 32 | 65 | 0 | 0 | 416 | 143 | 111 |
| Binary | 10111011 | 1110111 | 11111110 | 11010 | 110101 | 0 | 0 | 100001110 | 1100011 | 1001001 |
Color Harmonies of #BB77FE
Complementary color
Monochromatic Colors of #BB77FE
Black with #BB77FE
Text Example
Text Example
White with #BB77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77FE; }
p { color: rgb(187,119,254); }
H1.HeaderClassName
{
color: #BB77FE;
}
.AnyTagClassName
{
color: #BB77FE;
}
</style>
background-color css
<style>
a { background-color: #BB77FE; }
a { background-color: rgb(187,119,254); }
div.DivClassName
{
background-color: #BB77FE;
}
.BgClassName
{
background-color: #BB77FE;
}
</style>
border-color css
<style>
span { border-color: #BB77FE; }
span { border-color: rgb(187,119,254); }
td.TdClassName
{
border-color: #BB77FE;
}
.TagClassName
{
border-color: #BB77FE;
}
</style>