Shades of London Hue #BB7EBB
Tints of London Hue #BB7EBB
RGB
CMYK
RGB Variations
Color information
#BB7EBB (or 0xBB7EBB) is known color: London Hue. HEX triplet: BB, 7E and BB. RGB value is (187,126,187). Sum of RGB (Red+Green+Blue) = 187+126+187=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EBB is #448144. Grayscale: #979797. Windows color (decimal): -4489541 or 12287675. OLE color: 12287675.
HSL color Cylindrical-coordinate representation of color #BB7EBB: hue angle of 300º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7EBB is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 187 | - |
| CMYK | 0 | 0.33 | 0 | 0.27 |
| HSL | 300º | 0.31% | 0.61% | - |
| HSV(B) | 300º | 0.33% | 0.73% | - |
| XYZ | 36.92 | 29.07 | 50.68 | - |
| YUV | 151.19 | 148.21 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 187 | 0 | 0.33 | 0 | 0.27 | 300 | 0.31 | 0.61 |
| Hex | BB | 7E | BB | 0 | 21 | 0 | 1B | 12C | 1F | 3D |
| Octal | 273 | 176 | 273 | 0 | 41 | 0 | 33 | 454 | 37 | 75 |
| Binary | 10111011 | 1111110 | 10111011 | 0 | 100001 | 0 | 11011 | 100101100 | 11111 | 111101 |
Color Harmonies of #BB7EBB
Complementary color
Monochromatic Colors of #BB7EBB
Black with #BB7EBB
Text Example
Text Example
White with #BB7EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7EBB; }
p { color: rgb(187,126,187); }
H1.HeaderClassName
{
color: #BB7EBB;
}
.AnyTagClassName
{
color: #BB7EBB;
}
</style>
background-color css
<style>
a { background-color: #BB7EBB; }
a { background-color: rgb(187,126,187); }
div.DivClassName
{
background-color: #BB7EBB;
}
.BgClassName
{
background-color: #BB7EBB;
}
</style>
border-color css
<style>
span { border-color: #BB7EBB; }
span { border-color: rgb(187,126,187); }
td.TdClassName
{
border-color: #BB7EBB;
}
.TagClassName
{
border-color: #BB7EBB;
}
</style>