Shades of London Hue #BB7CB3
Tints of London Hue #BB7CB3
RGB
CMYK
RGB Variations
Color information
#BB7CB3 (or 0xBB7CB3) is known color: London Hue. HEX triplet: BB, 7C and B3. RGB value is (187,124,179). Sum of RGB (Red+Green+Blue) = 187+124+179=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CB3 is #44834C. Grayscale: #949494. Windows color (decimal): -4490061 or 11762875. OLE color: 11762875.
HSL color Cylindrical-coordinate representation of color #BB7CB3: hue angle of 307.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7CB3 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 179 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.27 |
| HSL | 307.62º | 0.32% | 0.61% | - |
| HSV(B) | 307.62º | 0.34% | 0.73% | - |
| XYZ | 35.84 | 28.23 | 46.21 | - |
| YUV | 149.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 179 | 0 | 0.34 | 0.04 | 0.27 | 307.62 | 0.32 | 0.61 |
| Hex | BB | 7C | B3 | 0 | 22 | 4 | 1B | 134 | 20 | 3D |
| Octal | 273 | 174 | 263 | 0 | 42 | 4 | 33 | 464 | 40 | 75 |
| Binary | 10111011 | 1111100 | 10110011 | 0 | 100010 | 100 | 11011 | 100110100 | 100000 | 111101 |
Color Harmonies of #BB7CB3
Complementary color
Monochromatic Colors of #BB7CB3
Black with #BB7CB3
Text Example
Text Example
White with #BB7CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CB3; }
p { color: rgb(187,124,179); }
H1.HeaderClassName
{
color: #BB7CB3;
}
.AnyTagClassName
{
color: #BB7CB3;
}
</style>
background-color css
<style>
a { background-color: #BB7CB3; }
a { background-color: rgb(187,124,179); }
div.DivClassName
{
background-color: #BB7CB3;
}
.BgClassName
{
background-color: #BB7CB3;
}
</style>
border-color css
<style>
span { border-color: #BB7CB3; }
span { border-color: rgb(187,124,179); }
td.TdClassName
{
border-color: #BB7CB3;
}
.TagClassName
{
border-color: #BB7CB3;
}
</style>