Shades of London Hue #B68EB2
Tints of London Hue #B68EB2
RGB
CMYK
RGB Variations
Color information
#B68EB2 (or 0xB68EB2) is known color: London Hue. HEX triplet: B6, 8E and B2. RGB value is (182,142,178). Sum of RGB (Red+Green+Blue) = 182+142+178=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EB2 is #49714D. Grayscale: #9D9D9D. Windows color (decimal): -4813134 or 11701942. OLE color: 11701942.
HSL color Cylindrical-coordinate representation of color #B68EB2: hue angle of 306º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B68EB2 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 178 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.29 |
| HSL | 306º | 0.22% | 0.64% | - |
| HSV(B) | 306º | 0.22% | 0.71% | - |
| XYZ | 37 | 32.51 | 46.44 | - |
| YUV | 158.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 178 | 0 | 0.22 | 0.02 | 0.29 | 306 | 0.22 | 0.64 |
| Hex | B6 | 8E | B2 | 0 | 16 | 2 | 1D | 132 | 16 | 40 |
| Octal | 266 | 216 | 262 | 0 | 26 | 2 | 35 | 462 | 26 | 100 |
| Binary | 10110110 | 10001110 | 10110010 | 0 | 10110 | 10 | 11101 | 100110010 | 10110 | 1000000 |
Color Harmonies of #B68EB2
Complementary color
Monochromatic Colors of #B68EB2
Black with #B68EB2
Text Example
Text Example
White with #B68EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68EB2; }
p { color: rgb(182,142,178); }
H1.HeaderClassName
{
color: #B68EB2;
}
.AnyTagClassName
{
color: #B68EB2;
}
</style>
background-color css
<style>
a { background-color: #B68EB2; }
a { background-color: rgb(182,142,178); }
div.DivClassName
{
background-color: #B68EB2;
}
.BgClassName
{
background-color: #B68EB2;
}
</style>
border-color css
<style>
span { border-color: #B68EB2; }
span { border-color: rgb(182,142,178); }
td.TdClassName
{
border-color: #B68EB2;
}
.TagClassName
{
border-color: #B68EB2;
}
</style>