Shades of London Hue #B678B6
Tints of London Hue #B678B6
RGB
CMYK
RGB Variations
Color information
#B678B6 (or 0xB678B6) is known color: London Hue. HEX triplet: B6, 78 and B6. RGB value is (182,120,182). Sum of RGB (Red+Green+Blue) = 182+120+182=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B678B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678B6 is #498749. Grayscale: #919191. Windows color (decimal): -4818762 or 11958454. OLE color: 11958454.
HSL color Cylindrical-coordinate representation of color #B678B6: hue angle of 300º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B678B6 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 182 | - |
| CMYK | 0 | 0.34 | 0 | 0.29 |
| HSL | 300º | 0.3% | 0.59% | - |
| HSV(B) | 300º | 0.34% | 0.71% | - |
| XYZ | 34.45 | 26.76 | 47.6 | - |
| YUV | 145.61 | 148.54 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 182 | 0 | 0.34 | 0 | 0.29 | 300 | 0.3 | 0.59 |
| Hex | B6 | 78 | B6 | 0 | 22 | 0 | 1D | 12C | 1E | 3B |
| Octal | 266 | 170 | 266 | 0 | 42 | 0 | 35 | 454 | 36 | 73 |
| Binary | 10110110 | 1111000 | 10110110 | 0 | 100010 | 0 | 11101 | 100101100 | 11110 | 111011 |
Color Harmonies of #B678B6
Complementary color
Monochromatic Colors of #B678B6
Black with #B678B6
Text Example
Text Example
White with #B678B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B678B6; }
p { color: rgb(182,120,182); }
H1.HeaderClassName
{
color: #B678B6;
}
.AnyTagClassName
{
color: #B678B6;
}
</style>
background-color css
<style>
a { background-color: #B678B6; }
a { background-color: rgb(182,120,182); }
div.DivClassName
{
background-color: #B678B6;
}
.BgClassName
{
background-color: #B678B6;
}
</style>
border-color css
<style>
span { border-color: #B678B6; }
span { border-color: rgb(182,120,182); }
td.TdClassName
{
border-color: #B678B6;
}
.TagClassName
{
border-color: #B678B6;
}
</style>