Shades of London Hue #B289B1
Tints of London Hue #B289B1
RGB
CMYK
RGB Variations
Color information
#B289B1 (or 0xB289B1) is known color: London Hue. HEX triplet: B2, 89 and B1. RGB value is (178,137,177). Sum of RGB (Red+Green+Blue) = 178+137+177=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B289B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B289B1 is #4D764E. Grayscale: #999999. Windows color (decimal): -5076559 or 11635122. OLE color: 11635122.
HSL color Cylindrical-coordinate representation of color #B289B1: hue angle of 301.46º 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 #B289B1 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 177 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.30 |
| HSL | 301.46º | 0.21% | 0.62% | - |
| HSV(B) | 301.46º | 0.23% | 0.7% | - |
| XYZ | 35.24 | 30.53 | 45.63 | - |
| YUV | 153.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 177 | 0 | 0.23 | 0.01 | 0.30 | 301.46 | 0.21 | 0.62 |
| Hex | B2 | 89 | B1 | 0 | 17 | 1 | 1E | 12D | 15 | 3E |
| Octal | 262 | 211 | 261 | 0 | 27 | 1 | 36 | 455 | 25 | 76 |
| Binary | 10110010 | 10001001 | 10110001 | 0 | 10111 | 1 | 11110 | 100101101 | 10101 | 111110 |
Color Harmonies of #B289B1
Complementary color
Monochromatic Colors of #B289B1
Black with #B289B1
Text Example
Text Example
White with #B289B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B289B1; }
p { color: rgb(178,137,177); }
H1.HeaderClassName
{
color: #B289B1;
}
.AnyTagClassName
{
color: #B289B1;
}
</style>
background-color css
<style>
a { background-color: #B289B1; }
a { background-color: rgb(178,137,177); }
div.DivClassName
{
background-color: #B289B1;
}
.BgClassName
{
background-color: #B289B1;
}
</style>
border-color css
<style>
span { border-color: #B289B1; }
span { border-color: rgb(178,137,177); }
td.TdClassName
{
border-color: #B289B1;
}
.TagClassName
{
border-color: #B289B1;
}
</style>