Shades of London Hue #B682B0
Tints of London Hue #B682B0
RGB
CMYK
RGB Variations
Color information
#B682B0 (or 0xB682B0) is known color: London Hue. HEX triplet: B6, 82 and B0. RGB value is (182,130,176). Sum of RGB (Red+Green+Blue) = 182+130+176=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B682B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682B0 is #497D4F. Grayscale: #969696. Windows color (decimal): -4816208 or 11567798. OLE color: 11567798.
HSL color Cylindrical-coordinate representation of color #B682B0: hue angle of 306.92º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B682B0 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 176 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.29 |
| HSL | 306.92º | 0.26% | 0.61% | - |
| HSV(B) | 306.92º | 0.29% | 0.71% | - |
| XYZ | 35.11 | 29.04 | 44.83 | - |
| YUV | 150.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 176 | 0 | 0.29 | 0.03 | 0.29 | 306.92 | 0.26 | 0.61 |
| Hex | B6 | 82 | B0 | 0 | 1D | 3 | 1D | 133 | 1A | 3D |
| Octal | 266 | 202 | 260 | 0 | 35 | 3 | 35 | 463 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10110000 | 0 | 11101 | 11 | 11101 | 100110011 | 11010 | 111101 |
Color Harmonies of #B682B0
Complementary color
Monochromatic Colors of #B682B0
Black with #B682B0
Text Example
Text Example
White with #B682B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682B0; }
p { color: rgb(182,130,176); }
H1.HeaderClassName
{
color: #B682B0;
}
.AnyTagClassName
{
color: #B682B0;
}
</style>
background-color css
<style>
a { background-color: #B682B0; }
a { background-color: rgb(182,130,176); }
div.DivClassName
{
background-color: #B682B0;
}
.BgClassName
{
background-color: #B682B0;
}
</style>
border-color css
<style>
span { border-color: #B682B0; }
span { border-color: rgb(182,130,176); }
td.TdClassName
{
border-color: #B682B0;
}
.TagClassName
{
border-color: #B682B0;
}
</style>