Shades of London Hue #B68CB2
Tints of London Hue #B68CB2
RGB
CMYK
RGB Variations
Color information
#B68CB2 (or 0xB68CB2) is known color: London Hue. HEX triplet: B6, 8C and B2. RGB value is (182,140,178). Sum of RGB (Red+Green+Blue) = 182+140+178=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CB2 is #49734D. Grayscale: #9C9C9C. Windows color (decimal): -4813646 or 11701430. OLE color: 11701430.
HSL color Cylindrical-coordinate representation of color #B68CB2: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68CB2 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 178 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.29 |
| HSL | 305.71º | 0.22% | 0.63% | - |
| HSV(B) | 305.71º | 0.23% | 0.71% | - |
| XYZ | 36.71 | 31.92 | 46.35 | - |
| YUV | 156.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 178 | 0 | 0.23 | 0.02 | 0.29 | 305.71 | 0.22 | 0.63 |
| Hex | B6 | 8C | B2 | 0 | 17 | 2 | 1D | 132 | 16 | 3F |
| Octal | 266 | 214 | 262 | 0 | 27 | 2 | 35 | 462 | 26 | 77 |
| Binary | 10110110 | 10001100 | 10110010 | 0 | 10111 | 10 | 11101 | 100110010 | 10110 | 111111 |
Color Harmonies of #B68CB2
Complementary color
Monochromatic Colors of #B68CB2
Black with #B68CB2
Text Example
Text Example
White with #B68CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68CB2; }
p { color: rgb(182,140,178); }
H1.HeaderClassName
{
color: #B68CB2;
}
.AnyTagClassName
{
color: #B68CB2;
}
</style>
background-color css
<style>
a { background-color: #B68CB2; }
a { background-color: rgb(182,140,178); }
div.DivClassName
{
background-color: #B68CB2;
}
.BgClassName
{
background-color: #B68CB2;
}
</style>
border-color css
<style>
span { border-color: #B68CB2; }
span { border-color: rgb(182,140,178); }
td.TdClassName
{
border-color: #B68CB2;
}
.TagClassName
{
border-color: #B68CB2;
}
</style>