Shades of London Hue #B884AF
Tints of London Hue #B884AF
RGB
CMYK
RGB Variations
Color information
#B884AF (or 0xB884AF) is known color: London Hue. HEX triplet: B8, 84 and AF. RGB value is (184,132,175). Sum of RGB (Red+Green+Blue) = 184+132+175=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B884AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B884AF is #477B50. Grayscale: #989898. Windows color (decimal): -4684625 or 11502776. OLE color: 11502776.
HSL color Cylindrical-coordinate representation of color #B884AF: hue angle of 310.38º degrees, saturation: 0.27, 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 #B884AF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 175 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.28 |
| HSL | 310.38º | 0.27% | 0.62% | - |
| HSV(B) | 310.38º | 0.28% | 0.72% | - |
| XYZ | 35.76 | 29.79 | 44.42 | - |
| YUV | 152.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 175 | 0 | 0.28 | 0.05 | 0.28 | 310.38 | 0.27 | 0.62 |
| Hex | B8 | 84 | AF | 0 | 1C | 5 | 1C | 136 | 1B | 3E |
| Octal | 270 | 204 | 257 | 0 | 34 | 5 | 34 | 466 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10101111 | 0 | 11100 | 101 | 11100 | 100110110 | 11011 | 111110 |
Color Harmonies of #B884AF
Complementary color
Monochromatic Colors of #B884AF
Black with #B884AF
Text Example
Text Example
White with #B884AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884AF; }
p { color: rgb(184,132,175); }
H1.HeaderClassName
{
color: #B884AF;
}
.AnyTagClassName
{
color: #B884AF;
}
</style>
background-color css
<style>
a { background-color: #B884AF; }
a { background-color: rgb(184,132,175); }
div.DivClassName
{
background-color: #B884AF;
}
.BgClassName
{
background-color: #B884AF;
}
</style>
border-color css
<style>
span { border-color: #B884AF; }
span { border-color: rgb(184,132,175); }
td.TdClassName
{
border-color: #B884AF;
}
.TagClassName
{
border-color: #B884AF;
}
</style>