Shades of London Hue #B586B4
Tints of London Hue #B586B4
RGB
CMYK
RGB Variations
Color information
#B586B4 (or 0xB586B4) is known color: London Hue. HEX triplet: B5, 86 and B4. RGB value is (181,134,180). Sum of RGB (Red+Green+Blue) = 181+134+180=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B586B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586B4 is #4A794B. Grayscale: #999999. Windows color (decimal): -4880716 or 11830965. OLE color: 11830965.
HSL color Cylindrical-coordinate representation of color #B586B4: hue angle of 301.28º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B586B4 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 180 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.29 |
| HSL | 301.28º | 0.24% | 0.62% | - |
| HSV(B) | 301.28º | 0.26% | 0.71% | - |
| XYZ | 35.82 | 30.17 | 47.12 | - |
| YUV | 153.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 180 | 0 | 0.26 | 0.01 | 0.29 | 301.28 | 0.24 | 0.62 |
| Hex | B5 | 86 | B4 | 0 | 1A | 1 | 1D | 12D | 18 | 3E |
| Octal | 265 | 206 | 264 | 0 | 32 | 1 | 35 | 455 | 30 | 76 |
| Binary | 10110101 | 10000110 | 10110100 | 0 | 11010 | 1 | 11101 | 100101101 | 11000 | 111110 |
Color Harmonies of #B586B4
Complementary color
Monochromatic Colors of #B586B4
Black with #B586B4
Text Example
Text Example
White with #B586B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B586B4; }
p { color: rgb(181,134,180); }
H1.HeaderClassName
{
color: #B586B4;
}
.AnyTagClassName
{
color: #B586B4;
}
</style>
background-color css
<style>
a { background-color: #B586B4; }
a { background-color: rgb(181,134,180); }
div.DivClassName
{
background-color: #B586B4;
}
.BgClassName
{
background-color: #B586B4;
}
</style>
border-color css
<style>
span { border-color: #B586B4; }
span { border-color: rgb(181,134,180); }
td.TdClassName
{
border-color: #B586B4;
}
.TagClassName
{
border-color: #B586B4;
}
</style>