Shades of London Hue #B576AC
Tints of London Hue #B576AC
RGB
CMYK
RGB Variations
Color information
#B576AC (or 0xB576AC) is known color: London Hue. HEX triplet: B5, 76 and AC. RGB value is (181,118,172). Sum of RGB (Red+Green+Blue) = 181+118+172=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B576AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B576AC is #4A8953. Grayscale: #8E8E8E. Windows color (decimal): -4884820 or 11302581. OLE color: 11302581.
HSL color Cylindrical-coordinate representation of color #B576AC: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B576AC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 172 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.29 |
| HSL | 308.57º | 0.3% | 0.59% | - |
| HSV(B) | 308.57º | 0.35% | 0.71% | - |
| XYZ | 32.98 | 25.76 | 42.26 | - |
| YUV | 142.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 172 | 0 | 0.35 | 0.05 | 0.29 | 308.57 | 0.3 | 0.59 |
| Hex | B5 | 76 | AC | 0 | 23 | 5 | 1D | 135 | 1E | 3B |
| Octal | 265 | 166 | 254 | 0 | 43 | 5 | 35 | 465 | 36 | 73 |
| Binary | 10110101 | 1110110 | 10101100 | 0 | 100011 | 101 | 11101 | 100110101 | 11110 | 111011 |
Color Harmonies of #B576AC
Complementary color
Monochromatic Colors of #B576AC
Black with #B576AC
Text Example
Text Example
White with #B576AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B576AC; }
p { color: rgb(181,118,172); }
H1.HeaderClassName
{
color: #B576AC;
}
.AnyTagClassName
{
color: #B576AC;
}
</style>
background-color css
<style>
a { background-color: #B576AC; }
a { background-color: rgb(181,118,172); }
div.DivClassName
{
background-color: #B576AC;
}
.BgClassName
{
background-color: #B576AC;
}
</style>
border-color css
<style>
span { border-color: #B576AC; }
span { border-color: rgb(181,118,172); }
td.TdClassName
{
border-color: #B576AC;
}
.TagClassName
{
border-color: #B576AC;
}
</style>