Shades of London Hue #B388A8
Tints of London Hue #B388A8
RGB
CMYK
RGB Variations
Color information
#B388A8 (or 0xB388A8) is known color: London Hue. HEX triplet: B3, 88 and A8. RGB value is (179,136,168). Sum of RGB (Red+Green+Blue) = 179+136+168=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B388A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388A8 is #4C7757. Grayscale: #989898. Windows color (decimal): -5011288 or 11045043. OLE color: 11045043.
HSL color Cylindrical-coordinate representation of color #B388A8: hue angle of 315.35º 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 #B388A8 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 168 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.30 |
| HSL | 315.35º | 0.22% | 0.62% | - |
| HSV(B) | 315.35º | 0.24% | 0.7% | - |
| XYZ | 34.46 | 30.02 | 41.02 | - |
| YUV | 152.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 168 | 0 | 0.24 | 0.06 | 0.30 | 315.35 | 0.22 | 0.62 |
| Hex | B3 | 88 | A8 | 0 | 18 | 6 | 1E | 13B | 16 | 3E |
| Octal | 263 | 210 | 250 | 0 | 30 | 6 | 36 | 473 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10101000 | 0 | 11000 | 110 | 11110 | 100111011 | 10110 | 111110 |
Color Harmonies of #B388A8
Complementary color
Monochromatic Colors of #B388A8
Black with #B388A8
Text Example
Text Example
White with #B388A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388A8; }
p { color: rgb(179,136,168); }
H1.HeaderClassName
{
color: #B388A8;
}
.AnyTagClassName
{
color: #B388A8;
}
</style>
background-color css
<style>
a { background-color: #B388A8; }
a { background-color: rgb(179,136,168); }
div.DivClassName
{
background-color: #B388A8;
}
.BgClassName
{
background-color: #B388A8;
}
</style>
border-color css
<style>
span { border-color: #B388A8; }
span { border-color: rgb(179,136,168); }
td.TdClassName
{
border-color: #B388A8;
}
.TagClassName
{
border-color: #B388A8;
}
</style>