Shades of London Hue #BB83B7
Tints of London Hue #BB83B7
RGB
CMYK
RGB Variations
Color information
#BB83B7 (or 0xBB83B7) is known color: London Hue. HEX triplet: BB, 83 and B7. RGB value is (187,131,183). Sum of RGB (Red+Green+Blue) = 187+131+183=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83B7 is #447C48. Grayscale: #999999. Windows color (decimal): -4488265 or 12026811. OLE color: 12026811.
HSL color Cylindrical-coordinate representation of color #BB83B7: hue angle of 304.29º 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 #BB83B7 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 183 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.27 |
| HSL | 304.29º | 0.29% | 0.62% | - |
| HSV(B) | 304.29º | 0.3% | 0.73% | - |
| XYZ | 37.16 | 30.22 | 48.67 | - |
| YUV | 153.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 183 | 0 | 0.30 | 0.02 | 0.27 | 304.29 | 0.29 | 0.62 |
| Hex | BB | 83 | B7 | 0 | 1E | 2 | 1B | 130 | 1D | 3E |
| Octal | 273 | 203 | 267 | 0 | 36 | 2 | 33 | 460 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10110111 | 0 | 11110 | 10 | 11011 | 100110000 | 11101 | 111110 |
Color Harmonies of #BB83B7
Complementary color
Monochromatic Colors of #BB83B7
Black with #BB83B7
Text Example
Text Example
White with #BB83B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83B7; }
p { color: rgb(187,131,183); }
H1.HeaderClassName
{
color: #BB83B7;
}
.AnyTagClassName
{
color: #BB83B7;
}
</style>
background-color css
<style>
a { background-color: #BB83B7; }
a { background-color: rgb(187,131,183); }
div.DivClassName
{
background-color: #BB83B7;
}
.BgClassName
{
background-color: #BB83B7;
}
</style>
border-color css
<style>
span { border-color: #BB83B7; }
span { border-color: rgb(187,131,183); }
td.TdClassName
{
border-color: #BB83B7;
}
.TagClassName
{
border-color: #BB83B7;
}
</style>