Shades of London Hue #B885B4
Tints of London Hue #B885B4
RGB
CMYK
RGB Variations
Color information
#B885B4 (or 0xB885B4) is known color: London Hue. HEX triplet: B8, 85 and B4. RGB value is (184,133,180). Sum of RGB (Red+Green+Blue) = 184+133+180=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B885B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885B4 is #477A4B. Grayscale: #999999. Windows color (decimal): -4684364 or 11830712. OLE color: 11830712.
HSL color Cylindrical-coordinate representation of color #B885B4: hue angle of 304.71º 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 #B885B4 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 180 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.28 |
| HSL | 304.71º | 0.26% | 0.62% | - |
| HSV(B) | 304.71º | 0.28% | 0.72% | - |
| XYZ | 36.39 | 30.26 | 47.1 | - |
| YUV | 153.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 180 | 0 | 0.28 | 0.02 | 0.28 | 304.71 | 0.26 | 0.62 |
| Hex | B8 | 85 | B4 | 0 | 1C | 2 | 1C | 131 | 1A | 3E |
| Octal | 270 | 205 | 264 | 0 | 34 | 2 | 34 | 461 | 32 | 76 |
| Binary | 10111000 | 10000101 | 10110100 | 0 | 11100 | 10 | 11100 | 100110001 | 11010 | 111110 |
Color Harmonies of #B885B4
Complementary color
Monochromatic Colors of #B885B4
Black with #B885B4
Text Example
Text Example
White with #B885B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885B4; }
p { color: rgb(184,133,180); }
H1.HeaderClassName
{
color: #B885B4;
}
.AnyTagClassName
{
color: #B885B4;
}
</style>
background-color css
<style>
a { background-color: #B885B4; }
a { background-color: rgb(184,133,180); }
div.DivClassName
{
background-color: #B885B4;
}
.BgClassName
{
background-color: #B885B4;
}
</style>
border-color css
<style>
span { border-color: #B885B4; }
span { border-color: rgb(184,133,180); }
td.TdClassName
{
border-color: #B885B4;
}
.TagClassName
{
border-color: #B885B4;
}
</style>