Shades of London Hue #B388AA
Tints of London Hue #B388AA
RGB
CMYK
RGB Variations
Color information
#B388AA (or 0xB388AA) is known color: London Hue. HEX triplet: B3, 88 and AA. RGB value is (179,136,170). Sum of RGB (Red+Green+Blue) = 179+136+170=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B388AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388AA is #4C7755. Grayscale: #989898. Windows color (decimal): -5011286 or 11176115. OLE color: 11176115.
HSL color Cylindrical-coordinate representation of color #B388AA: hue angle of 312.56º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B388AA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 170 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.30 |
| HSL | 312.56º | 0.22% | 0.62% | - |
| HSV(B) | 312.56º | 0.24% | 0.7% | - |
| XYZ | 34.65 | 30.09 | 42.01 | - |
| YUV | 152.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 170 | 0 | 0.24 | 0.05 | 0.30 | 312.56 | 0.22 | 0.62 |
| Hex | B3 | 88 | AA | 0 | 18 | 5 | 1E | 139 | 16 | 3E |
| Octal | 263 | 210 | 252 | 0 | 30 | 5 | 36 | 471 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10101010 | 0 | 11000 | 101 | 11110 | 100111001 | 10110 | 111110 |
Color Harmonies of #B388AA
Complementary color
Monochromatic Colors of #B388AA
Black with #B388AA
Text Example
Text Example
White with #B388AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388AA; }
p { color: rgb(179,136,170); }
H1.HeaderClassName
{
color: #B388AA;
}
.AnyTagClassName
{
color: #B388AA;
}
</style>
background-color css
<style>
a { background-color: #B388AA; }
a { background-color: rgb(179,136,170); }
div.DivClassName
{
background-color: #B388AA;
}
.BgClassName
{
background-color: #B388AA;
}
</style>
border-color css
<style>
span { border-color: #B388AA; }
span { border-color: rgb(179,136,170); }
td.TdClassName
{
border-color: #B388AA;
}
.TagClassName
{
border-color: #B388AA;
}
</style>