Shades of London Hue #B389B0
Tints of London Hue #B389B0
RGB
CMYK
RGB Variations
Color information
#B389B0 (or 0xB389B0) is known color: London Hue. HEX triplet: B3, 89 and B0. RGB value is (179,137,176). Sum of RGB (Red+Green+Blue) = 179+137+176=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B389B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389B0 is #4C764F. Grayscale: #999999. Windows color (decimal): -5011024 or 11569587. OLE color: 11569587.
HSL color Cylindrical-coordinate representation of color #B389B0: hue angle of 304.29º degrees, saturation: 0.22, 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 #B389B0 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 176 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.30 |
| HSL | 304.29º | 0.22% | 0.62% | - |
| HSV(B) | 304.29º | 0.23% | 0.7% | - |
| XYZ | 35.37 | 30.61 | 45.12 | - |
| YUV | 154 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 176 | 0 | 0.23 | 0.02 | 0.30 | 304.29 | 0.22 | 0.62 |
| Hex | B3 | 89 | B0 | 0 | 17 | 2 | 1E | 130 | 16 | 3E |
| Octal | 263 | 211 | 260 | 0 | 27 | 2 | 36 | 460 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10110000 | 0 | 10111 | 10 | 11110 | 100110000 | 10110 | 111110 |
Color Harmonies of #B389B0
Complementary color
Monochromatic Colors of #B389B0
Black with #B389B0
Text Example
Text Example
White with #B389B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389B0; }
p { color: rgb(179,137,176); }
H1.HeaderClassName
{
color: #B389B0;
}
.AnyTagClassName
{
color: #B389B0;
}
</style>
background-color css
<style>
a { background-color: #B389B0; }
a { background-color: rgb(179,137,176); }
div.DivClassName
{
background-color: #B389B0;
}
.BgClassName
{
background-color: #B389B0;
}
</style>
border-color css
<style>
span { border-color: #B389B0; }
span { border-color: rgb(179,137,176); }
td.TdClassName
{
border-color: #B389B0;
}
.TagClassName
{
border-color: #B389B0;
}
</style>