Shades of London Hue #B885B3
Tints of London Hue #B885B3
RGB
CMYK
RGB Variations
Color information
#B885B3 (or 0xB885B3) is known color: London Hue. HEX triplet: B8, 85 and B3. RGB value is (184,133,179). Sum of RGB (Red+Green+Blue) = 184+133+179=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B885B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885B3 is #477A4C. Grayscale: #999999. Windows color (decimal): -4684365 or 11765176. OLE color: 11765176.
HSL color Cylindrical-coordinate representation of color #B885B3: hue angle of 305.88º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B885B3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 179 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.28 |
| HSL | 305.88º | 0.26% | 0.62% | - |
| HSV(B) | 305.88º | 0.28% | 0.72% | - |
| XYZ | 36.29 | 30.22 | 46.57 | - |
| YUV | 153.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 179 | 0 | 0.28 | 0.03 | 0.28 | 305.88 | 0.26 | 0.62 |
| Hex | B8 | 85 | B3 | 0 | 1C | 3 | 1C | 132 | 1A | 3E |
| Octal | 270 | 205 | 263 | 0 | 34 | 3 | 34 | 462 | 32 | 76 |
| Binary | 10111000 | 10000101 | 10110011 | 0 | 11100 | 11 | 11100 | 100110010 | 11010 | 111110 |
Color Harmonies of #B885B3
Complementary color
Monochromatic Colors of #B885B3
Black with #B885B3
Text Example
Text Example
White with #B885B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885B3; }
p { color: rgb(184,133,179); }
H1.HeaderClassName
{
color: #B885B3;
}
.AnyTagClassName
{
color: #B885B3;
}
</style>
background-color css
<style>
a { background-color: #B885B3; }
a { background-color: rgb(184,133,179); }
div.DivClassName
{
background-color: #B885B3;
}
.BgClassName
{
background-color: #B885B3;
}
</style>
border-color css
<style>
span { border-color: #B885B3; }
span { border-color: rgb(184,133,179); }
td.TdClassName
{
border-color: #B885B3;
}
.TagClassName
{
border-color: #B885B3;
}
</style>