Shades of London Hue #BD80BE
Tints of London Hue #BD80BE
RGB
CMYK
RGB Variations
Color information
#BD80BE (or 0xBD80BE) is known color: London Hue. HEX triplet: BD, 80 and BE. RGB value is (189,128,190). Sum of RGB (Red+Green+Blue) = 189+128+190=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BE is #427F41. Grayscale: #999999. Windows color (decimal): -4357954 or 12484797. OLE color: 12484797.
HSL color Cylindrical-coordinate representation of color #BD80BE: hue angle of 299.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD80BE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 128 | 190 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.25 |
| HSL | 299.03º | 0.32% | 0.62% | - |
| HSV(B) | 299.03º | 0.33% | 0.75% | - |
| XYZ | 38 | 29.97 | 52.5 | - |
| YUV | 153.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 190 | 0.01 | 0.33 | 0 | 0.25 | 299.03 | 0.32 | 0.62 |
| Hex | BD | 80 | BE | 1 | 21 | 0 | 19 | 12B | 20 | 3E |
| Octal | 275 | 200 | 276 | 1 | 41 | 0 | 31 | 453 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10111110 | 1 | 100001 | 0 | 11001 | 100101011 | 100000 | 111110 |
Color Harmonies of #BD80BE
Complementary color
Monochromatic Colors of #BD80BE
Black with #BD80BE
Text Example
Text Example
White with #BD80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80BE; }
p { color: rgb(189,128,190); }
H1.HeaderClassName
{
color: #BD80BE;
}
.AnyTagClassName
{
color: #BD80BE;
}
</style>
background-color css
<style>
a { background-color: #BD80BE; }
a { background-color: rgb(189,128,190); }
div.DivClassName
{
background-color: #BD80BE;
}
.BgClassName
{
background-color: #BD80BE;
}
</style>
border-color css
<style>
span { border-color: #BD80BE; }
span { border-color: rgb(189,128,190); }
td.TdClassName
{
border-color: #BD80BE;
}
.TagClassName
{
border-color: #BD80BE;
}
</style>