Shades of London Hue #B879B4
Tints of London Hue #B879B4
RGB
CMYK
RGB Variations
Color information
#B879B4 (or 0xB879B4) is known color: London Hue. HEX triplet: B8, 79 and B4. RGB value is (184,121,180). Sum of RGB (Red+Green+Blue) = 184+121+180=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B879B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879B4 is #47864B. Grayscale: #929292. Windows color (decimal): -4687436 or 11827640. OLE color: 11827640.
HSL color Cylindrical-coordinate representation of color #B879B4: hue angle of 303.81º 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 #B879B4 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 180 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.28 |
| HSL | 303.81º | 0.31% | 0.6% | - |
| HSV(B) | 303.81º | 0.34% | 0.72% | - |
| XYZ | 34.84 | 27.16 | 46.59 | - |
| YUV | 146.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 180 | 0 | 0.34 | 0.02 | 0.28 | 303.81 | 0.31 | 0.6 |
| Hex | B8 | 79 | B4 | 0 | 22 | 2 | 1C | 130 | 1F | 3C |
| Octal | 270 | 171 | 264 | 0 | 42 | 2 | 34 | 460 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10110100 | 0 | 100010 | 10 | 11100 | 100110000 | 11111 | 111100 |
Color Harmonies of #B879B4
Complementary color
Monochromatic Colors of #B879B4
Black with #B879B4
Text Example
Text Example
White with #B879B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879B4; }
p { color: rgb(184,121,180); }
H1.HeaderClassName
{
color: #B879B4;
}
.AnyTagClassName
{
color: #B879B4;
}
</style>
background-color css
<style>
a { background-color: #B879B4; }
a { background-color: rgb(184,121,180); }
div.DivClassName
{
background-color: #B879B4;
}
.BgClassName
{
background-color: #B879B4;
}
</style>
border-color css
<style>
span { border-color: #B879B4; }
span { border-color: rgb(184,121,180); }
td.TdClassName
{
border-color: #B879B4;
}
.TagClassName
{
border-color: #B879B4;
}
</style>