Shades of London Hue #B59BB3
Tints of London Hue #B59BB3
RGB
CMYK
RGB Variations
Color information
#B59BB3 (or 0xB59BB3) is known color: London Hue. HEX triplet: B5, 9B and B3. RGB value is (181,155,179). Sum of RGB (Red+Green+Blue) = 181+155+179=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B59BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BB3 is #4A644C. Grayscale: #A5A5A5. Windows color (decimal): -4875341 or 11770805. OLE color: 11770805.
HSL color Cylindrical-coordinate representation of color #B59BB3: hue angle of 304.62º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B59BB3 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 155 | 179 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.29 |
| HSL | 304.62º | 0.15% | 0.66% | - |
| HSV(B) | 304.62º | 0.14% | 0.71% | - |
| XYZ | 38.91 | 36.52 | 47.65 | - |
| YUV | 165.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 179 | 0 | 0.14 | 0.01 | 0.29 | 304.62 | 0.15 | 0.66 |
| Hex | B5 | 9B | B3 | 0 | E | 1 | 1D | 131 | F | 42 |
| Octal | 265 | 233 | 263 | 0 | 16 | 1 | 35 | 461 | 17 | 102 |
| Binary | 10110101 | 10011011 | 10110011 | 0 | 1110 | 1 | 11101 | 100110001 | 1111 | 1000010 |
Color Harmonies of #B59BB3
Complementary color
Monochromatic Colors of #B59BB3
Black with #B59BB3
Text Example
Text Example
White with #B59BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59BB3; }
p { color: rgb(181,155,179); }
H1.HeaderClassName
{
color: #B59BB3;
}
.AnyTagClassName
{
color: #B59BB3;
}
</style>
background-color css
<style>
a { background-color: #B59BB3; }
a { background-color: rgb(181,155,179); }
div.DivClassName
{
background-color: #B59BB3;
}
.BgClassName
{
background-color: #B59BB3;
}
</style>
border-color css
<style>
span { border-color: #B59BB3; }
span { border-color: rgb(181,155,179); }
td.TdClassName
{
border-color: #B59BB3;
}
.TagClassName
{
border-color: #B59BB3;
}
</style>