Shades of London Hue #BD80BC
Tints of London Hue #BD80BC
RGB
CMYK
RGB Variations
Color information
#BD80BC (or 0xBD80BC) is known color: London Hue. HEX triplet: BD, 80 and BC. RGB value is (189,128,188). Sum of RGB (Red+Green+Blue) = 189+128+188=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BC is #427F43. Grayscale: #989898. Windows color (decimal): -4357956 or 12353725. OLE color: 12353725.
HSL color Cylindrical-coordinate representation of color #BD80BC: hue angle of 300.98º 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 #BD80BC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 188 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.26 |
| HSL | 300.98º | 0.32% | 0.62% | - |
| HSV(B) | 300.98º | 0.32% | 0.74% | - |
| XYZ | 37.78 | 29.89 | 51.35 | - |
| YUV | 153.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 188 | 0 | 0.32 | 0.01 | 0.26 | 300.98 | 0.32 | 0.62 |
| Hex | BD | 80 | BC | 0 | 20 | 1 | 1A | 12D | 20 | 3E |
| Octal | 275 | 200 | 274 | 0 | 40 | 1 | 32 | 455 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10111100 | 0 | 100000 | 1 | 11010 | 100101101 | 100000 | 111110 |
Color Harmonies of #BD80BC
Complementary color
Monochromatic Colors of #BD80BC
Black with #BD80BC
Text Example
Text Example
White with #BD80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80BC; }
p { color: rgb(189,128,188); }
H1.HeaderClassName
{
color: #BD80BC;
}
.AnyTagClassName
{
color: #BD80BC;
}
</style>
background-color css
<style>
a { background-color: #BD80BC; }
a { background-color: rgb(189,128,188); }
div.DivClassName
{
background-color: #BD80BC;
}
.BgClassName
{
background-color: #BD80BC;
}
</style>
border-color css
<style>
span { border-color: #BD80BC; }
span { border-color: rgb(189,128,188); }
td.TdClassName
{
border-color: #BD80BC;
}
.TagClassName
{
border-color: #BD80BC;
}
</style>