Shades of London Hue #B588B3
Tints of London Hue #B588B3
RGB
CMYK
RGB Variations
Color information
#B588B3 (or 0xB588B3) is known color: London Hue. HEX triplet: B5, 88 and B3. RGB value is (181,136,179). Sum of RGB (Red+Green+Blue) = 181+136+179=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B588B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588B3 is #4A774C. Grayscale: #9A9A9A. Windows color (decimal): -4880205 or 11765941. OLE color: 11765941.
HSL color Cylindrical-coordinate representation of color #B588B3: hue angle of 302.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B588B3 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 179 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.29 |
| HSL | 302.67º | 0.23% | 0.62% | - |
| HSV(B) | 302.67º | 0.25% | 0.71% | - |
| XYZ | 36 | 30.69 | 46.67 | - |
| YUV | 154.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 179 | 0 | 0.25 | 0.01 | 0.29 | 302.67 | 0.23 | 0.62 |
| Hex | B5 | 88 | B3 | 0 | 19 | 1 | 1D | 12F | 17 | 3E |
| Octal | 265 | 210 | 263 | 0 | 31 | 1 | 35 | 457 | 27 | 76 |
| Binary | 10110101 | 10001000 | 10110011 | 0 | 11001 | 1 | 11101 | 100101111 | 10111 | 111110 |
Color Harmonies of #B588B3
Complementary color
Monochromatic Colors of #B588B3
Black with #B588B3
Text Example
Text Example
White with #B588B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588B3; }
p { color: rgb(181,136,179); }
H1.HeaderClassName
{
color: #B588B3;
}
.AnyTagClassName
{
color: #B588B3;
}
</style>
background-color css
<style>
a { background-color: #B588B3; }
a { background-color: rgb(181,136,179); }
div.DivClassName
{
background-color: #B588B3;
}
.BgClassName
{
background-color: #B588B3;
}
</style>
border-color css
<style>
span { border-color: #B588B3; }
span { border-color: rgb(181,136,179); }
td.TdClassName
{
border-color: #B588B3;
}
.TagClassName
{
border-color: #B588B3;
}
</style>