Shades of London Hue #BD80B6
Tints of London Hue #BD80B6
RGB
CMYK
RGB Variations
Color information
#BD80B6 (or 0xBD80B6) is known color: London Hue. HEX triplet: BD, 80 and B6. RGB value is (189,128,182). Sum of RGB (Red+Green+Blue) = 189+128+182=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80B6 is #427F49. Grayscale: #989898. Windows color (decimal): -4357962 or 11960509. OLE color: 11960509.
HSL color Cylindrical-coordinate representation of color #BD80B6: hue angle of 306.89º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD80B6 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 182 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.26 |
| HSL | 306.89º | 0.32% | 0.62% | - |
| HSV(B) | 306.89º | 0.32% | 0.74% | - |
| XYZ | 37.15 | 29.63 | 48.02 | - |
| YUV | 152.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 182 | 0 | 0.32 | 0.04 | 0.26 | 306.89 | 0.32 | 0.62 |
| Hex | BD | 80 | B6 | 0 | 20 | 4 | 1A | 133 | 20 | 3E |
| Octal | 275 | 200 | 266 | 0 | 40 | 4 | 32 | 463 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10110110 | 0 | 100000 | 100 | 11010 | 100110011 | 100000 | 111110 |
Color Harmonies of #BD80B6
Complementary color
Monochromatic Colors of #BD80B6
Black with #BD80B6
Text Example
Text Example
White with #BD80B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80B6; }
p { color: rgb(189,128,182); }
H1.HeaderClassName
{
color: #BD80B6;
}
.AnyTagClassName
{
color: #BD80B6;
}
</style>
background-color css
<style>
a { background-color: #BD80B6; }
a { background-color: rgb(189,128,182); }
div.DivClassName
{
background-color: #BD80B6;
}
.BgClassName
{
background-color: #BD80B6;
}
</style>
border-color css
<style>
span { border-color: #BD80B6; }
span { border-color: rgb(189,128,182); }
td.TdClassName
{
border-color: #BD80B6;
}
.TagClassName
{
border-color: #BD80B6;
}
</style>