Shades of London Hue #B884B3
Tints of London Hue #B884B3
RGB
CMYK
RGB Variations
Color information
#B884B3 (or 0xB884B3) is known color: London Hue. HEX triplet: B8, 84 and B3. RGB value is (184,132,179). Sum of RGB (Red+Green+Blue) = 184+132+179=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B884B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884B3 is #477B4C. Grayscale: #989898. Windows color (decimal): -4684621 or 11764920. OLE color: 11764920.
HSL color Cylindrical-coordinate representation of color #B884B3: hue angle of 305.77º 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 #B884B3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 179 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.28 |
| HSL | 305.77º | 0.27% | 0.62% | - |
| HSV(B) | 305.77º | 0.28% | 0.72% | - |
| XYZ | 36.16 | 29.95 | 46.52 | - |
| YUV | 152.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 179 | 0 | 0.28 | 0.03 | 0.28 | 305.77 | 0.27 | 0.62 |
| Hex | B8 | 84 | B3 | 0 | 1C | 3 | 1C | 132 | 1B | 3E |
| Octal | 270 | 204 | 263 | 0 | 34 | 3 | 34 | 462 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10110011 | 0 | 11100 | 11 | 11100 | 100110010 | 11011 | 111110 |
Color Harmonies of #B884B3
Complementary color
Monochromatic Colors of #B884B3
Black with #B884B3
Text Example
Text Example
White with #B884B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884B3; }
p { color: rgb(184,132,179); }
H1.HeaderClassName
{
color: #B884B3;
}
.AnyTagClassName
{
color: #B884B3;
}
</style>
background-color css
<style>
a { background-color: #B884B3; }
a { background-color: rgb(184,132,179); }
div.DivClassName
{
background-color: #B884B3;
}
.BgClassName
{
background-color: #B884B3;
}
</style>
border-color css
<style>
span { border-color: #B884B3; }
span { border-color: rgb(184,132,179); }
td.TdClassName
{
border-color: #B884B3;
}
.TagClassName
{
border-color: #B884B3;
}
</style>