Shades of London Hue #B378AC
Tints of London Hue #B378AC
RGB
CMYK
RGB Variations
Color information
#B378AC (or 0xB378AC) is known color: London Hue. HEX triplet: B3, 78 and AC. RGB value is (179,120,172). Sum of RGB (Red+Green+Blue) = 179+120+172=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B378AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378AC is #4C8753. Grayscale: #8F8F8F. Windows color (decimal): -5015380 or 11303091. OLE color: 11303091.
HSL color Cylindrical-coordinate representation of color #B378AC: hue angle of 307.12º 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 #B378AC is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 172 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.30 |
| HSL | 307.12º | 0.28% | 0.59% | - |
| HSV(B) | 307.12º | 0.33% | 0.7% | - |
| XYZ | 32.75 | 26 | 42.32 | - |
| YUV | 143.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 172 | 0 | 0.33 | 0.04 | 0.30 | 307.12 | 0.28 | 0.59 |
| Hex | B3 | 78 | AC | 0 | 21 | 4 | 1E | 133 | 1C | 3B |
| Octal | 263 | 170 | 254 | 0 | 41 | 4 | 36 | 463 | 34 | 73 |
| Binary | 10110011 | 1111000 | 10101100 | 0 | 100001 | 100 | 11110 | 100110011 | 11100 | 111011 |
Color Harmonies of #B378AC
Complementary color
Monochromatic Colors of #B378AC
Black with #B378AC
Text Example
Text Example
White with #B378AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378AC; }
p { color: rgb(179,120,172); }
H1.HeaderClassName
{
color: #B378AC;
}
.AnyTagClassName
{
color: #B378AC;
}
</style>
background-color css
<style>
a { background-color: #B378AC; }
a { background-color: rgb(179,120,172); }
div.DivClassName
{
background-color: #B378AC;
}
.BgClassName
{
background-color: #B378AC;
}
</style>
border-color css
<style>
span { border-color: #B378AC; }
span { border-color: rgb(179,120,172); }
td.TdClassName
{
border-color: #B378AC;
}
.TagClassName
{
border-color: #B378AC;
}
</style>