Shades of London Hue #B879B3
Tints of London Hue #B879B3
RGB
CMYK
RGB Variations
Color information
#B879B3 (or 0xB879B3) is known color: London Hue. HEX triplet: B8, 79 and B3. RGB value is (184,121,179). Sum of RGB (Red+Green+Blue) = 184+121+179=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B879B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879B3 is #47864C. Grayscale: #929292. Windows color (decimal): -4687437 or 11762104. OLE color: 11762104.
HSL color Cylindrical-coordinate representation of color #B879B3: hue angle of 304.76º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B879B3 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 179 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.28 |
| HSL | 304.76º | 0.31% | 0.6% | - |
| HSV(B) | 304.76º | 0.34% | 0.72% | - |
| XYZ | 34.74 | 27.12 | 46.05 | - |
| YUV | 146.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 179 | 0 | 0.34 | 0.03 | 0.28 | 304.76 | 0.31 | 0.6 |
| Hex | B8 | 79 | B3 | 0 | 22 | 3 | 1C | 131 | 1F | 3C |
| Octal | 270 | 171 | 263 | 0 | 42 | 3 | 34 | 461 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10110011 | 0 | 100010 | 11 | 11100 | 100110001 | 11111 | 111100 |
Color Harmonies of #B879B3
Complementary color
Monochromatic Colors of #B879B3
Black with #B879B3
Text Example
Text Example
White with #B879B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879B3; }
p { color: rgb(184,121,179); }
H1.HeaderClassName
{
color: #B879B3;
}
.AnyTagClassName
{
color: #B879B3;
}
</style>
background-color css
<style>
a { background-color: #B879B3; }
a { background-color: rgb(184,121,179); }
div.DivClassName
{
background-color: #B879B3;
}
.BgClassName
{
background-color: #B879B3;
}
</style>
border-color css
<style>
span { border-color: #B879B3; }
span { border-color: rgb(184,121,179); }
td.TdClassName
{
border-color: #B879B3;
}
.TagClassName
{
border-color: #B879B3;
}
</style>