Shades of London Hue #B377B4
Tints of London Hue #B377B4
RGB
CMYK
RGB Variations
Color information
#B377B4 (or 0xB377B4) is known color: London Hue. HEX triplet: B3, 77 and B4. RGB value is (179,119,180). Sum of RGB (Red+Green+Blue) = 179+119+180=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #B377B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377B4 is #4C884B. Grayscale: #8F8F8F. Windows color (decimal): -5015628 or 11827123. OLE color: 11827123.
HSL color Cylindrical-coordinate representation of color #B377B4: hue angle of 299.02º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B377B4 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 119 | 180 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.29 |
| HSL | 299.02º | 0.29% | 0.59% | - |
| HSV(B) | 299.02º | 0.34% | 0.71% | - |
| XYZ | 33.43 | 26.07 | 46.45 | - |
| YUV | 143.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 180 | 0.01 | 0.34 | 0 | 0.29 | 299.02 | 0.29 | 0.59 |
| Hex | B3 | 77 | B4 | 1 | 22 | 0 | 1D | 12B | 1D | 3B |
| Octal | 263 | 167 | 264 | 1 | 42 | 0 | 35 | 453 | 35 | 73 |
| Binary | 10110011 | 1110111 | 10110100 | 1 | 100010 | 0 | 11101 | 100101011 | 11101 | 111011 |
Color Harmonies of #B377B4
Complementary color
Monochromatic Colors of #B377B4
Black with #B377B4
Text Example
Text Example
White with #B377B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B377B4; }
p { color: rgb(179,119,180); }
H1.HeaderClassName
{
color: #B377B4;
}
.AnyTagClassName
{
color: #B377B4;
}
</style>
background-color css
<style>
a { background-color: #B377B4; }
a { background-color: rgb(179,119,180); }
div.DivClassName
{
background-color: #B377B4;
}
.BgClassName
{
background-color: #B377B4;
}
</style>
border-color css
<style>
span { border-color: #B377B4; }
span { border-color: rgb(179,119,180); }
td.TdClassName
{
border-color: #B377B4;
}
.TagClassName
{
border-color: #B377B4;
}
</style>