Shades of London Hue #B289B2
Tints of London Hue #B289B2
RGB
CMYK
RGB Variations
Color information
#B289B2 (or 0xB289B2) is known color: London Hue. HEX triplet: B2, 89 and B2. RGB value is (178,137,178). Sum of RGB (Red+Green+Blue) = 178+137+178=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B289B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B289B2 is #4D764D. Grayscale: #999999. Windows color (decimal): -5076558 or 11700658. OLE color: 11700658.
HSL color Cylindrical-coordinate representation of color #B289B2: hue angle of 300º 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 #B289B2 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 178 | - |
| CMYK | 0 | 0.23 | 0 | 0.30 |
| HSL | 300º | 0.21% | 0.62% | - |
| HSV(B) | 300º | 0.23% | 0.7% | - |
| XYZ | 35.34 | 30.57 | 46.16 | - |
| YUV | 153.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 178 | 0 | 0.23 | 0 | 0.30 | 300 | 0.21 | 0.62 |
| Hex | B2 | 89 | B2 | 0 | 17 | 0 | 1E | 12C | 15 | 3E |
| Octal | 262 | 211 | 262 | 0 | 27 | 0 | 36 | 454 | 25 | 76 |
| Binary | 10110010 | 10001001 | 10110010 | 0 | 10111 | 0 | 11110 | 100101100 | 10101 | 111110 |
Color Harmonies of #B289B2
Complementary color
Monochromatic Colors of #B289B2
Black with #B289B2
Text Example
Text Example
White with #B289B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B289B2; }
p { color: rgb(178,137,178); }
H1.HeaderClassName
{
color: #B289B2;
}
.AnyTagClassName
{
color: #B289B2;
}
</style>
background-color css
<style>
a { background-color: #B289B2; }
a { background-color: rgb(178,137,178); }
div.DivClassName
{
background-color: #B289B2;
}
.BgClassName
{
background-color: #B289B2;
}
</style>
border-color css
<style>
span { border-color: #B289B2; }
span { border-color: rgb(178,137,178); }
td.TdClassName
{
border-color: #B289B2;
}
.TagClassName
{
border-color: #B289B2;
}
</style>