Shades of London Hue #B882B2
Tints of London Hue #B882B2
RGB
CMYK
RGB Variations
Color information
#B882B2 (or 0xB882B2) is known color: London Hue. HEX triplet: B8, 82 and B2. RGB value is (184,130,178). Sum of RGB (Red+Green+Blue) = 184+130+178=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B882B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B882B2 is #477D4D. Grayscale: #979797. Windows color (decimal): -4685134 or 11698872. OLE color: 11698872.
HSL color Cylindrical-coordinate representation of color #B882B2: hue angle of 306.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B882B2 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 178 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.28 |
| HSL | 306.67º | 0.28% | 0.62% | - |
| HSV(B) | 306.67º | 0.29% | 0.72% | - |
| XYZ | 35.79 | 29.37 | 45.9 | - |
| YUV | 151.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 178 | 0 | 0.29 | 0.03 | 0.28 | 306.67 | 0.28 | 0.62 |
| Hex | B8 | 82 | B2 | 0 | 1D | 3 | 1C | 133 | 1C | 3E |
| Octal | 270 | 202 | 262 | 0 | 35 | 3 | 34 | 463 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10110010 | 0 | 11101 | 11 | 11100 | 100110011 | 11100 | 111110 |
Color Harmonies of #B882B2
Complementary color
Monochromatic Colors of #B882B2
Black with #B882B2
Text Example
Text Example
White with #B882B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882B2; }
p { color: rgb(184,130,178); }
H1.HeaderClassName
{
color: #B882B2;
}
.AnyTagClassName
{
color: #B882B2;
}
</style>
background-color css
<style>
a { background-color: #B882B2; }
a { background-color: rgb(184,130,178); }
div.DivClassName
{
background-color: #B882B2;
}
.BgClassName
{
background-color: #B882B2;
}
</style>
border-color css
<style>
span { border-color: #B882B2; }
span { border-color: rgb(184,130,178); }
td.TdClassName
{
border-color: #B882B2;
}
.TagClassName
{
border-color: #B882B2;
}
</style>