Shades of London Hue #B595B5
Tints of London Hue #B595B5
RGB
CMYK
RGB Variations
Color information
#B595B5 (or 0xB595B5) is known color: London Hue. HEX triplet: B5, 95 and B5. RGB value is (181,149,181). Sum of RGB (Red+Green+Blue) = 181+149+181=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B595B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595B5 is #4A6A4A. Grayscale: #A2A2A2. Windows color (decimal): -4876875 or 11900341. OLE color: 11900341.
HSL color Cylindrical-coordinate representation of color #B595B5: hue angle of 300º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B595B5 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 149 | 181 | - |
CMYK | 0 | 0.18 | 0 | 0.29 |
HSL | 300º | 0.18% | 0.65% | - |
HSV(B) | 300º | 0.18% | 0.71% | - |
XYZ | 38.14 | 34.65 | 48.39 | - |
YUV | 162.22 | 138.6 | 141.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 149 | 181 | 0 | 0.18 | 0 | 0.29 | 300 | 0.18 | 0.65 |
Hex | B5 | 95 | B5 | 0 | 12 | 0 | 1D | 12C | 12 | 41 |
Octal | 265 | 225 | 265 | 0 | 22 | 0 | 35 | 454 | 22 | 101 |
Binary | 10110101 | 10010101 | 10110101 | 0 | 10010 | 0 | 11101 | 100101100 | 10010 | 1000001 |
Color Harmonies of #B595B5
Complementary color
Monochromatic Colors of #B595B5
Black with #B595B5
Text Example
Text Example
White with #B595B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B595B5; }
p { color: rgb(181,149,181); }
H1.HeaderClassName
{
color: #B595B5;
}
.AnyTagClassName
{
color: #B595B5;
}
</style>
background-color css
<style>
a { background-color: #B595B5; }
a { background-color: rgb(181,149,181); }
div.DivClassName
{
background-color: #B595B5;
}
.BgClassName
{
background-color: #B595B5;
}
</style>
border-color css
<style>
span { border-color: #B595B5; }
span { border-color: rgb(181,149,181); }
td.TdClassName
{
border-color: #B595B5;
}
.TagClassName
{
border-color: #B595B5;
}
</style>