Shades of Heliotrope #BB77FC
Tints of Heliotrope #BB77FC
RGB
CMYK
RGB Variations
Color information
#BB77FC (or 0xBB77FC) is known color: Heliotrope. HEX triplet: BB, 77 and FC. RGB value is (187,119,252). Sum of RGB (Red+Green+Blue) = 187+119+252=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77FC is #448803. Grayscale: #9A9A9A. Windows color (decimal): -4491268 or 16545723. OLE color: 16545723.
HSL color Cylindrical-coordinate representation of color #BB77FC: hue angle of 270.68º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB77FC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 119 | 252 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.01 |
| HSL | 270.68º | 0.96% | 0.73% | - |
| HSV(B) | 270.68º | 0.53% | 0.99% | - |
| XYZ | 44.66 | 30.79 | 95.68 | - |
| YUV | 154.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 252 | 0.26 | 0.53 | 0 | 0.01 | 270.68 | 0.96 | 0.73 |
| Hex | BB | 77 | FC | 1A | 35 | 0 | 1 | 10F | 60 | 49 |
| Octal | 273 | 167 | 374 | 32 | 65 | 0 | 1 | 417 | 140 | 111 |
| Binary | 10111011 | 1110111 | 11111100 | 11010 | 110101 | 0 | 1 | 100001111 | 1100000 | 1001001 |
Color Harmonies of #BB77FC
Complementary color
Monochromatic Colors of #BB77FC
Black with #BB77FC
Text Example
Text Example
White with #BB77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77FC; }
p { color: rgb(187,119,252); }
H1.HeaderClassName
{
color: #BB77FC;
}
.AnyTagClassName
{
color: #BB77FC;
}
</style>
background-color css
<style>
a { background-color: #BB77FC; }
a { background-color: rgb(187,119,252); }
div.DivClassName
{
background-color: #BB77FC;
}
.BgClassName
{
background-color: #BB77FC;
}
</style>
border-color css
<style>
span { border-color: #BB77FC; }
span { border-color: rgb(187,119,252); }
td.TdClassName
{
border-color: #BB77FC;
}
.TagClassName
{
border-color: #BB77FC;
}
</style>