Shades of London Hue #B584B8
Tints of London Hue #B584B8
RGB
CMYK
RGB Variations
Color information
#B584B8 (or 0xB584B8) is known color: London Hue. HEX triplet: B5, 84 and B8. RGB value is (181,132,184). Sum of RGB (Red+Green+Blue) = 181+132+184=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 184 - color contains mainly: blue. Hex color #B584B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584B8 is #4A7B47. Grayscale: #989898. Windows color (decimal): -4881224 or 12092597. OLE color: 12092597.
HSL color Cylindrical-coordinate representation of color #B584B8: hue angle of 296.54º 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 #B584B8 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 132 | 184 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.28 |
| HSL | 296.54º | 0.27% | 0.62% | - |
| HSV(B) | 296.54º | 0.28% | 0.72% | - |
| XYZ | 35.96 | 29.79 | 49.2 | - |
| YUV | 152.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 184 | 0.02 | 0.28 | 0 | 0.28 | 296.54 | 0.27 | 0.62 |
| Hex | B5 | 84 | B8 | 2 | 1C | 0 | 1C | 129 | 1B | 3E |
| Octal | 265 | 204 | 270 | 2 | 34 | 0 | 34 | 451 | 33 | 76 |
| Binary | 10110101 | 10000100 | 10111000 | 10 | 11100 | 0 | 11100 | 100101001 | 11011 | 111110 |
Color Harmonies of #B584B8
Complementary color
Monochromatic Colors of #B584B8
Black with #B584B8
Text Example
Text Example
White with #B584B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B584B8; }
p { color: rgb(181,132,184); }
H1.HeaderClassName
{
color: #B584B8;
}
.AnyTagClassName
{
color: #B584B8;
}
</style>
background-color css
<style>
a { background-color: #B584B8; }
a { background-color: rgb(181,132,184); }
div.DivClassName
{
background-color: #B584B8;
}
.BgClassName
{
background-color: #B584B8;
}
</style>
border-color css
<style>
span { border-color: #B584B8; }
span { border-color: rgb(181,132,184); }
td.TdClassName
{
border-color: #B584B8;
}
.TagClassName
{
border-color: #B584B8;
}
</style>