Shades of London Hue #BB80B3
Tints of London Hue #BB80B3
RGB
CMYK
RGB Variations
Color information
#BB80B3 (or 0xBB80B3) is known color: London Hue. HEX triplet: BB, 80 and B3. RGB value is (187,128,179). Sum of RGB (Red+Green+Blue) = 187+128+179=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80B3 is #447F4C. Grayscale: #979797. Windows color (decimal): -4489037 or 11763899. OLE color: 11763899.
HSL color Cylindrical-coordinate representation of color #BB80B3: hue angle of 308.14º degrees, saturation: 0.3, 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 #BB80B3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 179 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.27 |
| HSL | 308.14º | 0.3% | 0.62% | - |
| HSV(B) | 308.14º | 0.32% | 0.73% | - |
| XYZ | 36.35 | 29.26 | 46.38 | - |
| YUV | 151.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 179 | 0 | 0.32 | 0.04 | 0.27 | 308.14 | 0.3 | 0.62 |
| Hex | BB | 80 | B3 | 0 | 20 | 4 | 1B | 134 | 1E | 3E |
| Octal | 273 | 200 | 263 | 0 | 40 | 4 | 33 | 464 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10110011 | 0 | 100000 | 100 | 11011 | 100110100 | 11110 | 111110 |
Color Harmonies of #BB80B3
Complementary color
Monochromatic Colors of #BB80B3
Black with #BB80B3
Text Example
Text Example
White with #BB80B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80B3; }
p { color: rgb(187,128,179); }
H1.HeaderClassName
{
color: #BB80B3;
}
.AnyTagClassName
{
color: #BB80B3;
}
</style>
background-color css
<style>
a { background-color: #BB80B3; }
a { background-color: rgb(187,128,179); }
div.DivClassName
{
background-color: #BB80B3;
}
.BgClassName
{
background-color: #BB80B3;
}
</style>
border-color css
<style>
span { border-color: #BB80B3; }
span { border-color: rgb(187,128,179); }
td.TdClassName
{
border-color: #BB80B3;
}
.TagClassName
{
border-color: #BB80B3;
}
</style>