Shades of London Hue #B782BB
Tints of London Hue #B782BB
RGB
CMYK
RGB Variations
Color information
#B782BB (or 0xB782BB) is known color: London Hue. HEX triplet: B7, 82 and BB. RGB value is (183,130,187). Sum of RGB (Red+Green+Blue) = 183+130+187=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #B782BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782BB is #487D44. Grayscale: #989898. Windows color (decimal): -4750661 or 12288695. OLE color: 12288695.
HSL color Cylindrical-coordinate representation of color #B782BB: hue angle of 295.79º degrees, saturation: 0.3, 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 #B782BB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 130 | 187 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.27 |
| HSL | 295.79º | 0.3% | 0.62% | - |
| HSV(B) | 295.79º | 0.3% | 0.73% | - |
| XYZ | 36.48 | 29.62 | 50.81 | - |
| YUV | 152.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 187 | 0.02 | 0.30 | 0 | 0.27 | 295.79 | 0.3 | 0.62 |
| Hex | B7 | 82 | BB | 2 | 1E | 0 | 1B | 128 | 1E | 3E |
| Octal | 267 | 202 | 273 | 2 | 36 | 0 | 33 | 450 | 36 | 76 |
| Binary | 10110111 | 10000010 | 10111011 | 10 | 11110 | 0 | 11011 | 100101000 | 11110 | 111110 |
Color Harmonies of #B782BB
Complementary color
Monochromatic Colors of #B782BB
Black with #B782BB
Text Example
Text Example
White with #B782BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B782BB; }
p { color: rgb(183,130,187); }
H1.HeaderClassName
{
color: #B782BB;
}
.AnyTagClassName
{
color: #B782BB;
}
</style>
background-color css
<style>
a { background-color: #B782BB; }
a { background-color: rgb(183,130,187); }
div.DivClassName
{
background-color: #B782BB;
}
.BgClassName
{
background-color: #B782BB;
}
</style>
border-color css
<style>
span { border-color: #B782BB; }
span { border-color: rgb(183,130,187); }
td.TdClassName
{
border-color: #B782BB;
}
.TagClassName
{
border-color: #B782BB;
}
</style>