Shades of London Hue #B580B3
Tints of London Hue #B580B3
RGB
CMYK
RGB Variations
Color information
#B580B3 (or 0xB580B3) is known color: London Hue. HEX triplet: B5, 80 and B3. RGB value is (181,128,179). Sum of RGB (Red+Green+Blue) = 181+128+179=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B580B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580B3 is #4A7F4C. Grayscale: #959595. Windows color (decimal): -4882253 or 11763893. OLE color: 11763893.
HSL color Cylindrical-coordinate representation of color #B580B3: hue angle of 302.26º 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 #B580B3 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 179 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.29 |
| HSL | 302.26º | 0.26% | 0.61% | - |
| HSV(B) | 302.26º | 0.29% | 0.71% | - |
| XYZ | 34.91 | 28.52 | 46.31 | - |
| YUV | 149.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 179 | 0 | 0.29 | 0.01 | 0.29 | 302.26 | 0.26 | 0.61 |
| Hex | B5 | 80 | B3 | 0 | 1D | 1 | 1D | 12E | 1A | 3D |
| Octal | 265 | 200 | 263 | 0 | 35 | 1 | 35 | 456 | 32 | 75 |
| Binary | 10110101 | 10000000 | 10110011 | 0 | 11101 | 1 | 11101 | 100101110 | 11010 | 111101 |
Color Harmonies of #B580B3
Complementary color
Monochromatic Colors of #B580B3
Black with #B580B3
Text Example
Text Example
White with #B580B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580B3; }
p { color: rgb(181,128,179); }
H1.HeaderClassName
{
color: #B580B3;
}
.AnyTagClassName
{
color: #B580B3;
}
</style>
background-color css
<style>
a { background-color: #B580B3; }
a { background-color: rgb(181,128,179); }
div.DivClassName
{
background-color: #B580B3;
}
.BgClassName
{
background-color: #B580B3;
}
</style>
border-color css
<style>
span { border-color: #B580B3; }
span { border-color: rgb(181,128,179); }
td.TdClassName
{
border-color: #B580B3;
}
.TagClassName
{
border-color: #B580B3;
}
</style>