Shades of London Hue #B377B2
Tints of London Hue #B377B2
RGB
CMYK
RGB Variations
Color information
#B377B2 (or 0xB377B2) is known color: London Hue. HEX triplet: B3, 77 and B2. RGB value is (179,119,178). Sum of RGB (Red+Green+Blue) = 179+119+178=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B377B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377B2 is #4C884D. Grayscale: #8F8F8F. Windows color (decimal): -5015630 or 11696051. OLE color: 11696051.
HSL color Cylindrical-coordinate representation of color #B377B2: hue angle of 301º 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 #B377B2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 178 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.30 |
| HSL | 301º | 0.28% | 0.58% | - |
| HSV(B) | 301º | 0.34% | 0.7% | - |
| XYZ | 33.22 | 25.99 | 45.39 | - |
| YUV | 143.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 178 | 0 | 0.34 | 0.01 | 0.30 | 301 | 0.28 | 0.58 |
| Hex | B3 | 77 | B2 | 0 | 22 | 1 | 1E | 12D | 1C | 3A |
| Octal | 263 | 167 | 262 | 0 | 42 | 1 | 36 | 455 | 34 | 72 |
| Binary | 10110011 | 1110111 | 10110010 | 0 | 100010 | 1 | 11110 | 100101101 | 11100 | 111010 |
Color Harmonies of #B377B2
Complementary color
Monochromatic Colors of #B377B2
Black with #B377B2
Text Example
Text Example
White with #B377B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B377B2; }
p { color: rgb(179,119,178); }
H1.HeaderClassName
{
color: #B377B2;
}
.AnyTagClassName
{
color: #B377B2;
}
</style>
background-color css
<style>
a { background-color: #B377B2; }
a { background-color: rgb(179,119,178); }
div.DivClassName
{
background-color: #B377B2;
}
.BgClassName
{
background-color: #B377B2;
}
</style>
border-color css
<style>
span { border-color: #B377B2; }
span { border-color: rgb(179,119,178); }
td.TdClassName
{
border-color: #B377B2;
}
.TagClassName
{
border-color: #B377B2;
}
</style>