Shades of London Hue #B379AB
Tints of London Hue #B379AB
RGB
CMYK
RGB Variations
Color information
#B379AB (or 0xB379AB) is known color: London Hue. HEX triplet: B3, 79 and AB. RGB value is (179,121,171). Sum of RGB (Red+Green+Blue) = 179+121+171=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B379AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379AB is #4C8654. Grayscale: #8F8F8F. Windows color (decimal): -5015125 or 11237811. OLE color: 11237811.
HSL color Cylindrical-coordinate representation of color #B379AB: hue angle of 308.28º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B379AB is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 171 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.30 |
| HSL | 308.28º | 0.28% | 0.59% | - |
| HSV(B) | 308.28º | 0.32% | 0.7% | - |
| XYZ | 32.78 | 26.2 | 41.86 | - |
| YUV | 144.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 171 | 0 | 0.32 | 0.04 | 0.30 | 308.28 | 0.28 | 0.59 |
| Hex | B3 | 79 | AB | 0 | 20 | 4 | 1E | 134 | 1C | 3B |
| Octal | 263 | 171 | 253 | 0 | 40 | 4 | 36 | 464 | 34 | 73 |
| Binary | 10110011 | 1111001 | 10101011 | 0 | 100000 | 100 | 11110 | 100110100 | 11100 | 111011 |
Color Harmonies of #B379AB
Complementary color
Monochromatic Colors of #B379AB
Black with #B379AB
Text Example
Text Example
White with #B379AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379AB; }
p { color: rgb(179,121,171); }
H1.HeaderClassName
{
color: #B379AB;
}
.AnyTagClassName
{
color: #B379AB;
}
</style>
background-color css
<style>
a { background-color: #B379AB; }
a { background-color: rgb(179,121,171); }
div.DivClassName
{
background-color: #B379AB;
}
.BgClassName
{
background-color: #B379AB;
}
</style>
border-color css
<style>
span { border-color: #B379AB; }
span { border-color: rgb(179,121,171); }
td.TdClassName
{
border-color: #B379AB;
}
.TagClassName
{
border-color: #B379AB;
}
</style>