Shades of London Hue #B380AD
Tints of London Hue #B380AD
RGB
CMYK
RGB Variations
Color information
#B380AD (or 0xB380AD) is known color: London Hue. HEX triplet: B3, 80 and AD. RGB value is (179,128,173). Sum of RGB (Red+Green+Blue) = 179+128+173=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B380AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B380AD is #4C7F52. Grayscale: #949494. Windows color (decimal): -5013331 or 11370675. OLE color: 11370675.
HSL color Cylindrical-coordinate representation of color #B380AD: hue angle of 307.06º 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 #B380AD is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 173 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.30 |
| HSL | 307.06º | 0.25% | 0.6% | - |
| HSV(B) | 307.06º | 0.28% | 0.7% | - |
| XYZ | 33.85 | 28.04 | 43.16 | - |
| YUV | 148.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 173 | 0 | 0.28 | 0.03 | 0.30 | 307.06 | 0.25 | 0.6 |
| Hex | B3 | 80 | AD | 0 | 1C | 3 | 1E | 133 | 19 | 3C |
| Octal | 263 | 200 | 255 | 0 | 34 | 3 | 36 | 463 | 31 | 74 |
| Binary | 10110011 | 10000000 | 10101101 | 0 | 11100 | 11 | 11110 | 100110011 | 11001 | 111100 |
Color Harmonies of #B380AD
Complementary color
Monochromatic Colors of #B380AD
Black with #B380AD
Text Example
Text Example
White with #B380AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B380AD; }
p { color: rgb(179,128,173); }
H1.HeaderClassName
{
color: #B380AD;
}
.AnyTagClassName
{
color: #B380AD;
}
</style>
background-color css
<style>
a { background-color: #B380AD; }
a { background-color: rgb(179,128,173); }
div.DivClassName
{
background-color: #B380AD;
}
.BgClassName
{
background-color: #B380AD;
}
</style>
border-color css
<style>
span { border-color: #B380AD; }
span { border-color: rgb(179,128,173); }
td.TdClassName
{
border-color: #B380AD;
}
.TagClassName
{
border-color: #B380AD;
}
</style>