Shades of London Hue #BB83BB
Tints of London Hue #BB83BB
RGB
CMYK
RGB Variations
Color information
#BB83BB (or 0xBB83BB) is known color: London Hue. HEX triplet: BB, 83 and BB. RGB value is (187,131,187). Sum of RGB (Red+Green+Blue) = 187+131+187=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83BB is #447C44. Grayscale: #999999. Windows color (decimal): -4488261 or 12288955. OLE color: 12288955.
HSL color Cylindrical-coordinate representation of color #BB83BB: hue angle of 300º 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 #BB83BB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 187 | - |
| CMYK | 0 | 0.30 | 0 | 0.27 |
| HSL | 300º | 0.29% | 0.62% | - |
| HSV(B) | 300º | 0.3% | 0.73% | - |
| XYZ | 37.58 | 30.39 | 50.9 | - |
| YUV | 154.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 187 | 0 | 0.30 | 0 | 0.27 | 300 | 0.29 | 0.62 |
| Hex | BB | 83 | BB | 0 | 1E | 0 | 1B | 12C | 1D | 3E |
| Octal | 273 | 203 | 273 | 0 | 36 | 0 | 33 | 454 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10111011 | 0 | 11110 | 0 | 11011 | 100101100 | 11101 | 111110 |
Color Harmonies of #BB83BB
Complementary color
Monochromatic Colors of #BB83BB
Black with #BB83BB
Text Example
Text Example
White with #BB83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83BB; }
p { color: rgb(187,131,187); }
H1.HeaderClassName
{
color: #BB83BB;
}
.AnyTagClassName
{
color: #BB83BB;
}
</style>
background-color css
<style>
a { background-color: #BB83BB; }
a { background-color: rgb(187,131,187); }
div.DivClassName
{
background-color: #BB83BB;
}
.BgClassName
{
background-color: #BB83BB;
}
</style>
border-color css
<style>
span { border-color: #BB83BB; }
span { border-color: rgb(187,131,187); }
td.TdClassName
{
border-color: #BB83BB;
}
.TagClassName
{
border-color: #BB83BB;
}
</style>