Shades of London Hue #B489B3
Tints of London Hue #B489B3
RGB
CMYK
RGB Variations
Color information
#B489B3 (or 0xB489B3) is known color: London Hue. HEX triplet: B4, 89 and B3. RGB value is (180,137,179). Sum of RGB (Red+Green+Blue) = 180+137+179=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B489B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489B3 is #4B764C. Grayscale: #9A9A9A. Windows color (decimal): -4945485 or 11766196. OLE color: 11766196.
HSL color Cylindrical-coordinate representation of color #B489B3: hue angle of 301.4º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B489B3 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 179 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.29 |
| HSL | 301.4º | 0.22% | 0.62% | - |
| HSV(B) | 301.4º | 0.24% | 0.71% | - |
| XYZ | 35.9 | 30.85 | 46.71 | - |
| YUV | 154.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 179 | 0 | 0.24 | 0.01 | 0.29 | 301.4 | 0.22 | 0.62 |
| Hex | B4 | 89 | B3 | 0 | 18 | 1 | 1D | 12D | 16 | 3E |
| Octal | 264 | 211 | 263 | 0 | 30 | 1 | 35 | 455 | 26 | 76 |
| Binary | 10110100 | 10001001 | 10110011 | 0 | 11000 | 1 | 11101 | 100101101 | 10110 | 111110 |
Color Harmonies of #B489B3
Complementary color
Monochromatic Colors of #B489B3
Black with #B489B3
Text Example
Text Example
White with #B489B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B489B3; }
p { color: rgb(180,137,179); }
H1.HeaderClassName
{
color: #B489B3;
}
.AnyTagClassName
{
color: #B489B3;
}
</style>
background-color css
<style>
a { background-color: #B489B3; }
a { background-color: rgb(180,137,179); }
div.DivClassName
{
background-color: #B489B3;
}
.BgClassName
{
background-color: #B489B3;
}
</style>
border-color css
<style>
span { border-color: #B489B3; }
span { border-color: rgb(180,137,179); }
td.TdClassName
{
border-color: #B489B3;
}
.TagClassName
{
border-color: #B489B3;
}
</style>