Shades of London Hue #B388B5
Tints of London Hue #B388B5
RGB
CMYK
RGB Variations
Color information
#B388B5 (or 0xB388B5) is known color: London Hue. HEX triplet: B3, 88 and B5. RGB value is (179,136,181). Sum of RGB (Red+Green+Blue) = 179+136+181=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #B388B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388B5 is #4C774A. Grayscale: #999999. Windows color (decimal): -5011275 or 11897011. OLE color: 11897011.
HSL color Cylindrical-coordinate representation of color #B388B5: hue angle of 297.33º 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 #B388B5 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 136 | 181 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.29 |
| HSL | 297.33º | 0.23% | 0.62% | - |
| HSV(B) | 297.33º | 0.25% | 0.71% | - |
| XYZ | 35.74 | 30.53 | 47.73 | - |
| YUV | 153.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 181 | 0.01 | 0.25 | 0 | 0.29 | 297.33 | 0.23 | 0.62 |
| Hex | B3 | 88 | B5 | 1 | 19 | 0 | 1D | 129 | 17 | 3E |
| Octal | 263 | 210 | 265 | 1 | 31 | 0 | 35 | 451 | 27 | 76 |
| Binary | 10110011 | 10001000 | 10110101 | 1 | 11001 | 0 | 11101 | 100101001 | 10111 | 111110 |
Color Harmonies of #B388B5
Complementary color
Monochromatic Colors of #B388B5
Black with #B388B5
Text Example
Text Example
White with #B388B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388B5; }
p { color: rgb(179,136,181); }
H1.HeaderClassName
{
color: #B388B5;
}
.AnyTagClassName
{
color: #B388B5;
}
</style>
background-color css
<style>
a { background-color: #B388B5; }
a { background-color: rgb(179,136,181); }
div.DivClassName
{
background-color: #B388B5;
}
.BgClassName
{
background-color: #B388B5;
}
</style>
border-color css
<style>
span { border-color: #B388B5; }
span { border-color: rgb(179,136,181); }
td.TdClassName
{
border-color: #B388B5;
}
.TagClassName
{
border-color: #B388B5;
}
</style>