Shades of London Hue #B682B5
Tints of London Hue #B682B5
RGB
CMYK
RGB Variations
Color information
#B682B5 (or 0xB682B5) is known color: London Hue. HEX triplet: B6, 82 and B5. RGB value is (182,130,181). Sum of RGB (Red+Green+Blue) = 182+130+181=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B682B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682B5 is #497D4A. Grayscale: #979797. Windows color (decimal): -4816203 or 11895478. OLE color: 11895478.
HSL color Cylindrical-coordinate representation of color #B682B5: hue angle of 301.15º 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 #B682B5 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 181 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.29 |
| HSL | 301.15º | 0.26% | 0.61% | - |
| HSV(B) | 301.15º | 0.29% | 0.71% | - |
| XYZ | 35.61 | 29.25 | 47.48 | - |
| YUV | 151.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 181 | 0 | 0.29 | 0.01 | 0.29 | 301.15 | 0.26 | 0.61 |
| Hex | B6 | 82 | B5 | 0 | 1D | 1 | 1D | 12D | 1A | 3D |
| Octal | 266 | 202 | 265 | 0 | 35 | 1 | 35 | 455 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10110101 | 0 | 11101 | 1 | 11101 | 100101101 | 11010 | 111101 |
Color Harmonies of #B682B5
Complementary color
Monochromatic Colors of #B682B5
Black with #B682B5
Text Example
Text Example
White with #B682B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682B5; }
p { color: rgb(182,130,181); }
H1.HeaderClassName
{
color: #B682B5;
}
.AnyTagClassName
{
color: #B682B5;
}
</style>
background-color css
<style>
a { background-color: #B682B5; }
a { background-color: rgb(182,130,181); }
div.DivClassName
{
background-color: #B682B5;
}
.BgClassName
{
background-color: #B682B5;
}
</style>
border-color css
<style>
span { border-color: #B682B5; }
span { border-color: rgb(182,130,181); }
td.TdClassName
{
border-color: #B682B5;
}
.TagClassName
{
border-color: #B682B5;
}
</style>