Shades of London Hue #B884B4
Tints of London Hue #B884B4
RGB
CMYK
RGB Variations
Color information
#B884B4 (or 0xB884B4) is known color: London Hue. HEX triplet: B8, 84 and B4. RGB value is (184,132,180). Sum of RGB (Red+Green+Blue) = 184+132+180=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B884B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884B4 is #477B4B. Grayscale: #989898. Windows color (decimal): -4684620 or 11830456. OLE color: 11830456.
HSL color Cylindrical-coordinate representation of color #B884B4: hue angle of 304.62º 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 #B884B4 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 180 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.28 |
| HSL | 304.62º | 0.27% | 0.62% | - |
| HSV(B) | 304.62º | 0.28% | 0.72% | - |
| XYZ | 36.26 | 29.99 | 47.06 | - |
| YUV | 153.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 180 | 0 | 0.28 | 0.02 | 0.28 | 304.62 | 0.27 | 0.62 |
| Hex | B8 | 84 | B4 | 0 | 1C | 2 | 1C | 131 | 1B | 3E |
| Octal | 270 | 204 | 264 | 0 | 34 | 2 | 34 | 461 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10110100 | 0 | 11100 | 10 | 11100 | 100110001 | 11011 | 111110 |
Color Harmonies of #B884B4
Complementary color
Monochromatic Colors of #B884B4
Black with #B884B4
Text Example
Text Example
White with #B884B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884B4; }
p { color: rgb(184,132,180); }
H1.HeaderClassName
{
color: #B884B4;
}
.AnyTagClassName
{
color: #B884B4;
}
</style>
background-color css
<style>
a { background-color: #B884B4; }
a { background-color: rgb(184,132,180); }
div.DivClassName
{
background-color: #B884B4;
}
.BgClassName
{
background-color: #B884B4;
}
</style>
border-color css
<style>
span { border-color: #B884B4; }
span { border-color: rgb(184,132,180); }
td.TdClassName
{
border-color: #B884B4;
}
.TagClassName
{
border-color: #B884B4;
}
</style>