Shades of London Hue #B378AE
Tints of London Hue #B378AE
RGB
CMYK
RGB Variations
Color information
#B378AE (or 0xB378AE) is known color: London Hue. HEX triplet: B3, 78 and AE. RGB value is (179,120,174). Sum of RGB (Red+Green+Blue) = 179+120+174=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B378AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378AE is #4C8751. Grayscale: #8F8F8F. Windows color (decimal): -5015378 or 11434163. OLE color: 11434163.
HSL color Cylindrical-coordinate representation of color #B378AE: hue angle of 305.08º 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 #B378AE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 174 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.30 |
| HSL | 305.08º | 0.28% | 0.59% | - |
| HSV(B) | 305.08º | 0.33% | 0.7% | - |
| XYZ | 32.95 | 26.07 | 43.34 | - |
| YUV | 143.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 174 | 0 | 0.33 | 0.03 | 0.30 | 305.08 | 0.28 | 0.59 |
| Hex | B3 | 78 | AE | 0 | 21 | 3 | 1E | 131 | 1C | 3B |
| Octal | 263 | 170 | 256 | 0 | 41 | 3 | 36 | 461 | 34 | 73 |
| Binary | 10110011 | 1111000 | 10101110 | 0 | 100001 | 11 | 11110 | 100110001 | 11100 | 111011 |
Color Harmonies of #B378AE
Complementary color
Monochromatic Colors of #B378AE
Black with #B378AE
Text Example
Text Example
White with #B378AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378AE; }
p { color: rgb(179,120,174); }
H1.HeaderClassName
{
color: #B378AE;
}
.AnyTagClassName
{
color: #B378AE;
}
</style>
background-color css
<style>
a { background-color: #B378AE; }
a { background-color: rgb(179,120,174); }
div.DivClassName
{
background-color: #B378AE;
}
.BgClassName
{
background-color: #B378AE;
}
</style>
border-color css
<style>
span { border-color: #B378AE; }
span { border-color: rgb(179,120,174); }
td.TdClassName
{
border-color: #B378AE;
}
.TagClassName
{
border-color: #B378AE;
}
</style>