Shades of London Hue #B593B4
Tints of London Hue #B593B4
RGB
CMYK
RGB Variations
Color information
#B593B4 (or 0xB593B4) is known color: London Hue. HEX triplet: B5, 93 and B4. RGB value is (181,147,180). Sum of RGB (Red+Green+Blue) = 181+147+180=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B593B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593B4 is #4A6C4B. Grayscale: #A0A0A0. Windows color (decimal): -4877388 or 11834293. OLE color: 11834293.
HSL color Cylindrical-coordinate representation of color #B593B4: hue angle of 301.76º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B593B4 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 180 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.29 |
| HSL | 301.76º | 0.19% | 0.64% | - |
| HSV(B) | 301.76º | 0.19% | 0.71% | - |
| XYZ | 37.73 | 33.99 | 47.75 | - |
| YUV | 160.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 180 | 0 | 0.19 | 0.01 | 0.29 | 301.76 | 0.19 | 0.64 |
| Hex | B5 | 93 | B4 | 0 | 13 | 1 | 1D | 12E | 13 | 40 |
| Octal | 265 | 223 | 264 | 0 | 23 | 1 | 35 | 456 | 23 | 100 |
| Binary | 10110101 | 10010011 | 10110100 | 0 | 10011 | 1 | 11101 | 100101110 | 10011 | 1000000 |
Color Harmonies of #B593B4
Complementary color
Monochromatic Colors of #B593B4
Black with #B593B4
Text Example
Text Example
White with #B593B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B593B4; }
p { color: rgb(181,147,180); }
H1.HeaderClassName
{
color: #B593B4;
}
.AnyTagClassName
{
color: #B593B4;
}
</style>
background-color css
<style>
a { background-color: #B593B4; }
a { background-color: rgb(181,147,180); }
div.DivClassName
{
background-color: #B593B4;
}
.BgClassName
{
background-color: #B593B4;
}
</style>
border-color css
<style>
span { border-color: #B593B4; }
span { border-color: rgb(181,147,180); }
td.TdClassName
{
border-color: #B593B4;
}
.TagClassName
{
border-color: #B593B4;
}
</style>