Shades of London Hue #BB83BA
Tints of London Hue #BB83BA
RGB
CMYK
RGB Variations
Color information
#BB83BA (or 0xBB83BA) is known color: London Hue. HEX triplet: BB, 83 and BA. RGB value is (187,131,186). Sum of RGB (Red+Green+Blue) = 187+131+186=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83BA is #447C45. Grayscale: #999999. Windows color (decimal): -4488262 or 12223419. OLE color: 12223419.
HSL color Cylindrical-coordinate representation of color #BB83BA: hue angle of 301.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB83BA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 186 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.27 |
| HSL | 301.07º | 0.29% | 0.62% | - |
| HSV(B) | 301.07º | 0.3% | 0.73% | - |
| XYZ | 37.47 | 30.34 | 50.34 | - |
| YUV | 154.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 186 | 0 | 0.30 | 0.01 | 0.27 | 301.07 | 0.29 | 0.62 |
| Hex | BB | 83 | BA | 0 | 1E | 1 | 1B | 12D | 1D | 3E |
| Octal | 273 | 203 | 272 | 0 | 36 | 1 | 33 | 455 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10111010 | 0 | 11110 | 1 | 11011 | 100101101 | 11101 | 111110 |
Color Harmonies of #BB83BA
Complementary color
Monochromatic Colors of #BB83BA
Black with #BB83BA
Text Example
Text Example
White with #BB83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83BA; }
p { color: rgb(187,131,186); }
H1.HeaderClassName
{
color: #BB83BA;
}
.AnyTagClassName
{
color: #BB83BA;
}
</style>
background-color css
<style>
a { background-color: #BB83BA; }
a { background-color: rgb(187,131,186); }
div.DivClassName
{
background-color: #BB83BA;
}
.BgClassName
{
background-color: #BB83BA;
}
</style>
border-color css
<style>
span { border-color: #BB83BA; }
span { border-color: rgb(187,131,186); }
td.TdClassName
{
border-color: #BB83BA;
}
.TagClassName
{
border-color: #BB83BA;
}
</style>