Shades of London Hue #BB7CB4
Tints of London Hue #BB7CB4
RGB
CMYK
RGB Variations
Color information
#BB7CB4 (or 0xBB7CB4) is known color: London Hue. HEX triplet: BB, 7C and B4. RGB value is (187,124,180). Sum of RGB (Red+Green+Blue) = 187+124+180=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CB4 is #44834B. Grayscale: #959595. Windows color (decimal): -4490060 or 11828411. OLE color: 11828411.
HSL color Cylindrical-coordinate representation of color #BB7CB4: hue angle of 306.67º 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 #BB7CB4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 180 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.27 |
| HSL | 306.67º | 0.32% | 0.61% | - |
| HSV(B) | 306.67º | 0.34% | 0.73% | - |
| XYZ | 35.94 | 28.28 | 46.74 | - |
| YUV | 149.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 180 | 0 | 0.34 | 0.04 | 0.27 | 306.67 | 0.32 | 0.61 |
| Hex | BB | 7C | B4 | 0 | 22 | 4 | 1B | 133 | 20 | 3D |
| Octal | 273 | 174 | 264 | 0 | 42 | 4 | 33 | 463 | 40 | 75 |
| Binary | 10111011 | 1111100 | 10110100 | 0 | 100010 | 100 | 11011 | 100110011 | 100000 | 111101 |
Color Harmonies of #BB7CB4
Complementary color
Monochromatic Colors of #BB7CB4
Black with #BB7CB4
Text Example
Text Example
White with #BB7CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CB4; }
p { color: rgb(187,124,180); }
H1.HeaderClassName
{
color: #BB7CB4;
}
.AnyTagClassName
{
color: #BB7CB4;
}
</style>
background-color css
<style>
a { background-color: #BB7CB4; }
a { background-color: rgb(187,124,180); }
div.DivClassName
{
background-color: #BB7CB4;
}
.BgClassName
{
background-color: #BB7CB4;
}
</style>
border-color css
<style>
span { border-color: #BB7CB4; }
span { border-color: rgb(187,124,180); }
td.TdClassName
{
border-color: #BB7CB4;
}
.TagClassName
{
border-color: #BB7CB4;
}
</style>