Shades of London Hue #B593B8
Tints of London Hue #B593B8
RGB
CMYK
RGB Variations
Color information
#B593B8 (or 0xB593B8) is known color: London Hue. HEX triplet: B5, 93 and B8. RGB value is (181,147,184). Sum of RGB (Red+Green+Blue) = 181+147+184=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 184 - color contains mainly: blue. Hex color #B593B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593B8 is #4A6C47. Grayscale: #A1A1A1. Windows color (decimal): -4877384 or 12096437. OLE color: 12096437.
HSL color Cylindrical-coordinate representation of color #B593B8: hue angle of 295.14º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B593B8 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 147 | 184 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.28 |
| HSL | 295.14º | 0.21% | 0.65% | - |
| HSV(B) | 295.14º | 0.2% | 0.72% | - |
| XYZ | 38.14 | 34.15 | 49.93 | - |
| YUV | 161.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 184 | 0.02 | 0.20 | 0 | 0.28 | 295.14 | 0.21 | 0.65 |
| Hex | B5 | 93 | B8 | 2 | 14 | 0 | 1C | 127 | 15 | 41 |
| Octal | 265 | 223 | 270 | 2 | 24 | 0 | 34 | 447 | 25 | 101 |
| Binary | 10110101 | 10010011 | 10111000 | 10 | 10100 | 0 | 11100 | 100100111 | 10101 | 1000001 |
Color Harmonies of #B593B8
Complementary color
Monochromatic Colors of #B593B8
Black with #B593B8
Text Example
Text Example
White with #B593B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B593B8; }
p { color: rgb(181,147,184); }
H1.HeaderClassName
{
color: #B593B8;
}
.AnyTagClassName
{
color: #B593B8;
}
</style>
background-color css
<style>
a { background-color: #B593B8; }
a { background-color: rgb(181,147,184); }
div.DivClassName
{
background-color: #B593B8;
}
.BgClassName
{
background-color: #B593B8;
}
</style>
border-color css
<style>
span { border-color: #B593B8; }
span { border-color: rgb(181,147,184); }
td.TdClassName
{
border-color: #B593B8;
}
.TagClassName
{
border-color: #B593B8;
}
</style>