Shades of London Hue #B378AD
Tints of London Hue #B378AD
RGB
CMYK
RGB Variations
Color information
#B378AD (or 0xB378AD) is known color: London Hue. HEX triplet: B3, 78 and AD. RGB value is (179,120,173). Sum of RGB (Red+Green+Blue) = 179+120+173=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B378AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378AD is #4C8752. Grayscale: #8F8F8F. Windows color (decimal): -5015379 or 11368627. OLE color: 11368627.
HSL color Cylindrical-coordinate representation of color #B378AD: hue angle of 306.1º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B378AD is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 173 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.30 |
| HSL | 306.1º | 0.28% | 0.59% | - |
| HSV(B) | 306.1º | 0.33% | 0.7% | - |
| XYZ | 32.85 | 26.03 | 42.83 | - |
| YUV | 143.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 173 | 0 | 0.33 | 0.03 | 0.30 | 306.1 | 0.28 | 0.59 |
| Hex | B3 | 78 | AD | 0 | 21 | 3 | 1E | 132 | 1C | 3B |
| Octal | 263 | 170 | 255 | 0 | 41 | 3 | 36 | 462 | 34 | 73 |
| Binary | 10110011 | 1111000 | 10101101 | 0 | 100001 | 11 | 11110 | 100110010 | 11100 | 111011 |
Color Harmonies of #B378AD
Complementary color
Monochromatic Colors of #B378AD
Black with #B378AD
Text Example
Text Example
White with #B378AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378AD; }
p { color: rgb(179,120,173); }
H1.HeaderClassName
{
color: #B378AD;
}
.AnyTagClassName
{
color: #B378AD;
}
</style>
background-color css
<style>
a { background-color: #B378AD; }
a { background-color: rgb(179,120,173); }
div.DivClassName
{
background-color: #B378AD;
}
.BgClassName
{
background-color: #B378AD;
}
</style>
border-color css
<style>
span { border-color: #B378AD; }
span { border-color: rgb(179,120,173); }
td.TdClassName
{
border-color: #B378AD;
}
.TagClassName
{
border-color: #B378AD;
}
</style>