Shades of London Hue #B580AD
Tints of London Hue #B580AD
RGB
CMYK
RGB Variations
Color information
#B580AD (or 0xB580AD) is known color: London Hue. HEX triplet: B5, 80 and AD. RGB value is (181,128,173). Sum of RGB (Red+Green+Blue) = 181+128+173=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B580AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580AD is #4A7F52. Grayscale: #949494. Windows color (decimal): -4882259 or 11370677. OLE color: 11370677.
HSL color Cylindrical-coordinate representation of color #B580AD: hue angle of 309.06º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B580AD is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 173 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.29 |
| HSL | 309.06º | 0.26% | 0.61% | - |
| HSV(B) | 309.06º | 0.29% | 0.71% | - |
| XYZ | 34.32 | 28.28 | 43.18 | - |
| YUV | 148.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 173 | 0 | 0.29 | 0.04 | 0.29 | 309.06 | 0.26 | 0.61 |
| Hex | B5 | 80 | AD | 0 | 1D | 4 | 1D | 135 | 1A | 3D |
| Octal | 265 | 200 | 255 | 0 | 35 | 4 | 35 | 465 | 32 | 75 |
| Binary | 10110101 | 10000000 | 10101101 | 0 | 11101 | 100 | 11101 | 100110101 | 11010 | 111101 |
Color Harmonies of #B580AD
Complementary color
Monochromatic Colors of #B580AD
Black with #B580AD
Text Example
Text Example
White with #B580AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580AD; }
p { color: rgb(181,128,173); }
H1.HeaderClassName
{
color: #B580AD;
}
.AnyTagClassName
{
color: #B580AD;
}
</style>
background-color css
<style>
a { background-color: #B580AD; }
a { background-color: rgb(181,128,173); }
div.DivClassName
{
background-color: #B580AD;
}
.BgClassName
{
background-color: #B580AD;
}
</style>
border-color css
<style>
span { border-color: #B580AD; }
span { border-color: rgb(181,128,173); }
td.TdClassName
{
border-color: #B580AD;
}
.TagClassName
{
border-color: #B580AD;
}
</style>