Shades of London Hue #B377AC
Tints of London Hue #B377AC
RGB
CMYK
RGB Variations
Color information
#B377AC (or 0xB377AC) is known color: London Hue. HEX triplet: B3, 77 and AC. RGB value is (179,119,172). Sum of RGB (Red+Green+Blue) = 179+119+172=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B377AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377AC is #4C8853. Grayscale: #8E8E8E. Windows color (decimal): -5015636 or 11302835. OLE color: 11302835.
HSL color Cylindrical-coordinate representation of color #B377AC: hue angle of 307º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B377AC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 172 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.30 |
| HSL | 307º | 0.28% | 0.58% | - |
| HSV(B) | 307º | 0.34% | 0.7% | - |
| XYZ | 32.63 | 25.76 | 42.28 | - |
| YUV | 142.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 172 | 0 | 0.34 | 0.04 | 0.30 | 307 | 0.28 | 0.58 |
| Hex | B3 | 77 | AC | 0 | 22 | 4 | 1E | 133 | 1C | 3A |
| Octal | 263 | 167 | 254 | 0 | 42 | 4 | 36 | 463 | 34 | 72 |
| Binary | 10110011 | 1110111 | 10101100 | 0 | 100010 | 100 | 11110 | 100110011 | 11100 | 111010 |
Color Harmonies of #B377AC
Complementary color
Monochromatic Colors of #B377AC
Black with #B377AC
Text Example
Text Example
White with #B377AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B377AC; }
p { color: rgb(179,119,172); }
H1.HeaderClassName
{
color: #B377AC;
}
.AnyTagClassName
{
color: #B377AC;
}
</style>
background-color css
<style>
a { background-color: #B377AC; }
a { background-color: rgb(179,119,172); }
div.DivClassName
{
background-color: #B377AC;
}
.BgClassName
{
background-color: #B377AC;
}
</style>
border-color css
<style>
span { border-color: #B377AC; }
span { border-color: rgb(179,119,172); }
td.TdClassName
{
border-color: #B377AC;
}
.TagClassName
{
border-color: #B377AC;
}
</style>