Shades of London Hue #B780AD
Tints of London Hue #B780AD
RGB
CMYK
RGB Variations
Color information
#B780AD (or 0xB780AD) is known color: London Hue. HEX triplet: B7, 80 and AD. RGB value is (183,128,173). Sum of RGB (Red+Green+Blue) = 183+128+173=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B780AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B780AD is #487F52. Grayscale: #959595. Windows color (decimal): -4751187 or 11370679. OLE color: 11370679.
HSL color Cylindrical-coordinate representation of color #B780AD: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B780AD is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 173 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.28 |
| HSL | 310.91º | 0.28% | 0.61% | - |
| HSV(B) | 310.91º | 0.3% | 0.72% | - |
| XYZ | 34.79 | 28.52 | 43.21 | - |
| YUV | 149.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 173 | 0 | 0.30 | 0.05 | 0.28 | 310.91 | 0.28 | 0.61 |
| Hex | B7 | 80 | AD | 0 | 1E | 5 | 1C | 137 | 1C | 3D |
| Octal | 267 | 200 | 255 | 0 | 36 | 5 | 34 | 467 | 34 | 75 |
| Binary | 10110111 | 10000000 | 10101101 | 0 | 11110 | 101 | 11100 | 100110111 | 11100 | 111101 |
Color Harmonies of #B780AD
Complementary color
Monochromatic Colors of #B780AD
Black with #B780AD
Text Example
Text Example
White with #B780AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780AD; }
p { color: rgb(183,128,173); }
H1.HeaderClassName
{
color: #B780AD;
}
.AnyTagClassName
{
color: #B780AD;
}
</style>
background-color css
<style>
a { background-color: #B780AD; }
a { background-color: rgb(183,128,173); }
div.DivClassName
{
background-color: #B780AD;
}
.BgClassName
{
background-color: #B780AD;
}
</style>
border-color css
<style>
span { border-color: #B780AD; }
span { border-color: rgb(183,128,173); }
td.TdClassName
{
border-color: #B780AD;
}
.TagClassName
{
border-color: #B780AD;
}
</style>