Shades of London Hue #B883B5
Tints of London Hue #B883B5
RGB
CMYK
RGB Variations
Color information
#B883B5 (or 0xB883B5) is known color: London Hue. HEX triplet: B8, 83 and B5. RGB value is (184,131,181). Sum of RGB (Red+Green+Blue) = 184+131+181=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B883B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883B5 is #477C4A. Grayscale: #989898. Windows color (decimal): -4684875 or 11895736. OLE color: 11895736.
HSL color Cylindrical-coordinate representation of color #B883B5: hue angle of 303.4º degrees, saturation: 0.27, 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 #B883B5 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 181 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.28 |
| HSL | 303.4º | 0.27% | 0.62% | - |
| HSV(B) | 303.4º | 0.29% | 0.72% | - |
| XYZ | 36.22 | 29.76 | 47.55 | - |
| YUV | 152.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 181 | 0 | 0.29 | 0.02 | 0.28 | 303.4 | 0.27 | 0.62 |
| Hex | B8 | 83 | B5 | 0 | 1D | 2 | 1C | 12F | 1B | 3E |
| Octal | 270 | 203 | 265 | 0 | 35 | 2 | 34 | 457 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10110101 | 0 | 11101 | 10 | 11100 | 100101111 | 11011 | 111110 |
Color Harmonies of #B883B5
Complementary color
Monochromatic Colors of #B883B5
Black with #B883B5
Text Example
Text Example
White with #B883B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883B5; }
p { color: rgb(184,131,181); }
H1.HeaderClassName
{
color: #B883B5;
}
.AnyTagClassName
{
color: #B883B5;
}
</style>
background-color css
<style>
a { background-color: #B883B5; }
a { background-color: rgb(184,131,181); }
div.DivClassName
{
background-color: #B883B5;
}
.BgClassName
{
background-color: #B883B5;
}
</style>
border-color css
<style>
span { border-color: #B883B5; }
span { border-color: rgb(184,131,181); }
td.TdClassName
{
border-color: #B883B5;
}
.TagClassName
{
border-color: #B883B5;
}
</style>