Shades of London Hue #BB83BE
Tints of London Hue #BB83BE
RGB
CMYK
RGB Variations
Color information
#BB83BE (or 0xBB83BE) is known color: London Hue. HEX triplet: BB, 83 and BE. RGB value is (187,131,190). Sum of RGB (Red+Green+Blue) = 187+131+190=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83BE is #447C41. Grayscale: #9A9A9A. Windows color (decimal): -4488258 or 12485563. OLE color: 12485563.
HSL color Cylindrical-coordinate representation of color #BB83BE: hue angle of 296.95º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB83BE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 131 | 190 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.25 |
| HSL | 296.95º | 0.31% | 0.63% | - |
| HSV(B) | 296.95º | 0.31% | 0.75% | - |
| XYZ | 37.9 | 30.52 | 52.61 | - |
| YUV | 154.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 190 | 0.02 | 0.31 | 0 | 0.25 | 296.95 | 0.31 | 0.63 |
| Hex | BB | 83 | BE | 2 | 1F | 0 | 19 | 129 | 1F | 3F |
| Octal | 273 | 203 | 276 | 2 | 37 | 0 | 31 | 451 | 37 | 77 |
| Binary | 10111011 | 10000011 | 10111110 | 10 | 11111 | 0 | 11001 | 100101001 | 11111 | 111111 |
Color Harmonies of #BB83BE
Complementary color
Monochromatic Colors of #BB83BE
Black with #BB83BE
Text Example
Text Example
White with #BB83BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83BE; }
p { color: rgb(187,131,190); }
H1.HeaderClassName
{
color: #BB83BE;
}
.AnyTagClassName
{
color: #BB83BE;
}
</style>
background-color css
<style>
a { background-color: #BB83BE; }
a { background-color: rgb(187,131,190); }
div.DivClassName
{
background-color: #BB83BE;
}
.BgClassName
{
background-color: #BB83BE;
}
</style>
border-color css
<style>
span { border-color: #BB83BE; }
span { border-color: rgb(187,131,190); }
td.TdClassName
{
border-color: #BB83BE;
}
.TagClassName
{
border-color: #BB83BE;
}
</style>