Shades of London Hue #B380AC
Tints of London Hue #B380AC
RGB
CMYK
RGB Variations
Color information
#B380AC (or 0xB380AC) is known color: London Hue. HEX triplet: B3, 80 and AC. RGB value is (179,128,172). Sum of RGB (Red+Green+Blue) = 179+128+172=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B380AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B380AC is #4C7F53. Grayscale: #949494. Windows color (decimal): -5013332 or 11305139. OLE color: 11305139.
HSL color Cylindrical-coordinate representation of color #B380AC: hue angle of 308.24º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B380AC is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 172 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.30 |
| HSL | 308.24º | 0.25% | 0.6% | - |
| HSV(B) | 308.24º | 0.28% | 0.7% | - |
| XYZ | 33.76 | 28 | 42.66 | - |
| YUV | 148.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 172 | 0 | 0.28 | 0.04 | 0.30 | 308.24 | 0.25 | 0.6 |
| Hex | B3 | 80 | AC | 0 | 1C | 4 | 1E | 134 | 19 | 3C |
| Octal | 263 | 200 | 254 | 0 | 34 | 4 | 36 | 464 | 31 | 74 |
| Binary | 10110011 | 10000000 | 10101100 | 0 | 11100 | 100 | 11110 | 100110100 | 11001 | 111100 |
Color Harmonies of #B380AC
Complementary color
Monochromatic Colors of #B380AC
Black with #B380AC
Text Example
Text Example
White with #B380AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B380AC; }
p { color: rgb(179,128,172); }
H1.HeaderClassName
{
color: #B380AC;
}
.AnyTagClassName
{
color: #B380AC;
}
</style>
background-color css
<style>
a { background-color: #B380AC; }
a { background-color: rgb(179,128,172); }
div.DivClassName
{
background-color: #B380AC;
}
.BgClassName
{
background-color: #B380AC;
}
</style>
border-color css
<style>
span { border-color: #B380AC; }
span { border-color: rgb(179,128,172); }
td.TdClassName
{
border-color: #B380AC;
}
.TagClassName
{
border-color: #B380AC;
}
</style>