Shades of London Hue #BD7DBA
Tints of London Hue #BD7DBA
RGB
CMYK
RGB Variations
Color information
#BD7DBA (or 0xBD7DBA) is known color: London Hue. HEX triplet: BD, 7D and BA. RGB value is (189,125,186). Sum of RGB (Red+Green+Blue) = 189+125+186=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DBA is #428245. Grayscale: #969696. Windows color (decimal): -4358726 or 12221885. OLE color: 12221885.
HSL color Cylindrical-coordinate representation of color #BD7DBA: hue angle of 302.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7DBA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 186 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.26 |
| HSL | 302.81º | 0.33% | 0.62% | - |
| HSV(B) | 302.81º | 0.34% | 0.74% | - |
| XYZ | 37.18 | 29.03 | 50.1 | - |
| YUV | 151.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 186 | 0 | 0.34 | 0.02 | 0.26 | 302.81 | 0.33 | 0.62 |
| Hex | BD | 7D | BA | 0 | 22 | 2 | 1A | 12F | 21 | 3E |
| Octal | 275 | 175 | 272 | 0 | 42 | 2 | 32 | 457 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10111010 | 0 | 100010 | 10 | 11010 | 100101111 | 100001 | 111110 |
Color Harmonies of #BD7DBA
Complementary color
Monochromatic Colors of #BD7DBA
Black with #BD7DBA
Text Example
Text Example
White with #BD7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DBA; }
p { color: rgb(189,125,186); }
H1.HeaderClassName
{
color: #BD7DBA;
}
.AnyTagClassName
{
color: #BD7DBA;
}
</style>
background-color css
<style>
a { background-color: #BD7DBA; }
a { background-color: rgb(189,125,186); }
div.DivClassName
{
background-color: #BD7DBA;
}
.BgClassName
{
background-color: #BD7DBA;
}
</style>
border-color css
<style>
span { border-color: #BD7DBA; }
span { border-color: rgb(189,125,186); }
td.TdClassName
{
border-color: #BD7DBA;
}
.TagClassName
{
border-color: #BD7DBA;
}
</style>