Shades of London Hue #B682B2
Tints of London Hue #B682B2
RGB
CMYK
RGB Variations
Color information
#B682B2 (or 0xB682B2) is known color: London Hue. HEX triplet: B6, 82 and B2. RGB value is (182,130,178). Sum of RGB (Red+Green+Blue) = 182+130+178=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B682B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682B2 is #497D4D. Grayscale: #969696. Windows color (decimal): -4816206 or 11698870. OLE color: 11698870.
HSL color Cylindrical-coordinate representation of color #B682B2: hue angle of 304.62º 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 #B682B2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 178 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.29 |
| HSL | 304.62º | 0.26% | 0.61% | - |
| HSV(B) | 304.62º | 0.29% | 0.71% | - |
| XYZ | 35.31 | 29.12 | 45.88 | - |
| YUV | 151.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 178 | 0 | 0.29 | 0.02 | 0.29 | 304.62 | 0.26 | 0.61 |
| Hex | B6 | 82 | B2 | 0 | 1D | 2 | 1D | 131 | 1A | 3D |
| Octal | 266 | 202 | 262 | 0 | 35 | 2 | 35 | 461 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10110010 | 0 | 11101 | 10 | 11101 | 100110001 | 11010 | 111101 |
Color Harmonies of #B682B2
Complementary color
Monochromatic Colors of #B682B2
Black with #B682B2
Text Example
Text Example
White with #B682B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682B2; }
p { color: rgb(182,130,178); }
H1.HeaderClassName
{
color: #B682B2;
}
.AnyTagClassName
{
color: #B682B2;
}
</style>
background-color css
<style>
a { background-color: #B682B2; }
a { background-color: rgb(182,130,178); }
div.DivClassName
{
background-color: #B682B2;
}
.BgClassName
{
background-color: #B682B2;
}
</style>
border-color css
<style>
span { border-color: #B682B2; }
span { border-color: rgb(182,130,178); }
td.TdClassName
{
border-color: #B682B2;
}
.TagClassName
{
border-color: #B682B2;
}
</style>