Shades of London Hue #B38AB0
Tints of London Hue #B38AB0
RGB
CMYK
RGB Variations
Color information
#B38AB0 (or 0xB38AB0) is known color: London Hue. HEX triplet: B3, 8A and B0. RGB value is (179,138,176). Sum of RGB (Red+Green+Blue) = 179+138+176=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AB0 is #4C754F. Grayscale: #9A9A9A. Windows color (decimal): -5010768 or 11569843. OLE color: 11569843.
HSL color Cylindrical-coordinate representation of color #B38AB0: hue angle of 304.39º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38AB0 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 176 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.30 |
| HSL | 304.39º | 0.21% | 0.62% | - |
| HSV(B) | 304.39º | 0.23% | 0.7% | - |
| XYZ | 35.52 | 30.9 | 45.17 | - |
| YUV | 154.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 176 | 0 | 0.23 | 0.02 | 0.30 | 304.39 | 0.21 | 0.62 |
| Hex | B3 | 8A | B0 | 0 | 17 | 2 | 1E | 130 | 15 | 3E |
| Octal | 263 | 212 | 260 | 0 | 27 | 2 | 36 | 460 | 25 | 76 |
| Binary | 10110011 | 10001010 | 10110000 | 0 | 10111 | 10 | 11110 | 100110000 | 10101 | 111110 |
Color Harmonies of #B38AB0
Complementary color
Monochromatic Colors of #B38AB0
Black with #B38AB0
Text Example
Text Example
White with #B38AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38AB0; }
p { color: rgb(179,138,176); }
H1.HeaderClassName
{
color: #B38AB0;
}
.AnyTagClassName
{
color: #B38AB0;
}
</style>
background-color css
<style>
a { background-color: #B38AB0; }
a { background-color: rgb(179,138,176); }
div.DivClassName
{
background-color: #B38AB0;
}
.BgClassName
{
background-color: #B38AB0;
}
</style>
border-color css
<style>
span { border-color: #B38AB0; }
span { border-color: rgb(179,138,176); }
td.TdClassName
{
border-color: #B38AB0;
}
.TagClassName
{
border-color: #B38AB0;
}
</style>