Shades of London Hue #B882B3
Tints of London Hue #B882B3
RGB
CMYK
RGB Variations
Color information
#B882B3 (or 0xB882B3) is known color: London Hue. HEX triplet: B8, 82 and B3. RGB value is (184,130,179). Sum of RGB (Red+Green+Blue) = 184+130+179=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B882B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882B3 is #477D4C. Grayscale: #979797. Windows color (decimal): -4685133 or 11764408. OLE color: 11764408.
HSL color Cylindrical-coordinate representation of color #B882B3: hue angle of 305.56º 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 #B882B3 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 179 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.28 |
| HSL | 305.56º | 0.28% | 0.62% | - |
| HSV(B) | 305.56º | 0.29% | 0.72% | - |
| XYZ | 35.89 | 29.41 | 46.43 | - |
| YUV | 151.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 179 | 0 | 0.29 | 0.03 | 0.28 | 305.56 | 0.28 | 0.62 |
| Hex | B8 | 82 | B3 | 0 | 1D | 3 | 1C | 132 | 1C | 3E |
| Octal | 270 | 202 | 263 | 0 | 35 | 3 | 34 | 462 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10110011 | 0 | 11101 | 11 | 11100 | 100110010 | 11100 | 111110 |
Color Harmonies of #B882B3
Complementary color
Monochromatic Colors of #B882B3
Black with #B882B3
Text Example
Text Example
White with #B882B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882B3; }
p { color: rgb(184,130,179); }
H1.HeaderClassName
{
color: #B882B3;
}
.AnyTagClassName
{
color: #B882B3;
}
</style>
background-color css
<style>
a { background-color: #B882B3; }
a { background-color: rgb(184,130,179); }
div.DivClassName
{
background-color: #B882B3;
}
.BgClassName
{
background-color: #B882B3;
}
</style>
border-color css
<style>
span { border-color: #B882B3; }
span { border-color: rgb(184,130,179); }
td.TdClassName
{
border-color: #B882B3;
}
.TagClassName
{
border-color: #B882B3;
}
</style>