Shades of London Hue #BB7FB3
Tints of London Hue #BB7FB3
RGB
CMYK
RGB Variations
Color information
#BB7FB3 (or 0xBB7FB3) is known color: London Hue. HEX triplet: BB, 7F and B3. RGB value is (187,127,179). Sum of RGB (Red+Green+Blue) = 187+127+179=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FB3 is #44804C. Grayscale: #969696. Windows color (decimal): -4489293 or 11763643. OLE color: 11763643.
HSL color Cylindrical-coordinate representation of color #BB7FB3: hue angle of 308º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7FB3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 179 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.27 |
| HSL | 308º | 0.31% | 0.62% | - |
| HSV(B) | 308º | 0.32% | 0.73% | - |
| XYZ | 36.22 | 29 | 46.34 | - |
| YUV | 150.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 179 | 0 | 0.32 | 0.04 | 0.27 | 308 | 0.31 | 0.62 |
| Hex | BB | 7F | B3 | 0 | 20 | 4 | 1B | 134 | 1F | 3E |
| Octal | 273 | 177 | 263 | 0 | 40 | 4 | 33 | 464 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10110011 | 0 | 100000 | 100 | 11011 | 100110100 | 11111 | 111110 |
Color Harmonies of #BB7FB3
Complementary color
Monochromatic Colors of #BB7FB3
Black with #BB7FB3
Text Example
Text Example
White with #BB7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FB3; }
p { color: rgb(187,127,179); }
H1.HeaderClassName
{
color: #BB7FB3;
}
.AnyTagClassName
{
color: #BB7FB3;
}
</style>
background-color css
<style>
a { background-color: #BB7FB3; }
a { background-color: rgb(187,127,179); }
div.DivClassName
{
background-color: #BB7FB3;
}
.BgClassName
{
background-color: #BB7FB3;
}
</style>
border-color css
<style>
span { border-color: #BB7FB3; }
span { border-color: rgb(187,127,179); }
td.TdClassName
{
border-color: #BB7FB3;
}
.TagClassName
{
border-color: #BB7FB3;
}
</style>