Shades of London Hue #BD7EBE
Tints of London Hue #BD7EBE
RGB
CMYK
RGB Variations
Color information
#BD7EBE (or 0xBD7EBE) is known color: London Hue. HEX triplet: BD, 7E and BE. RGB value is (189,126,190). Sum of RGB (Red+Green+Blue) = 189+126+190=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EBE is #428141. Grayscale: #979797. Windows color (decimal): -4358466 or 12484285. OLE color: 12484285.
HSL color Cylindrical-coordinate representation of color #BD7EBE: hue angle of 299.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7EBE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 126 | 190 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.25 |
| HSL | 299.06º | 0.33% | 0.62% | - |
| HSV(B) | 299.06º | 0.34% | 0.75% | - |
| XYZ | 37.74 | 29.46 | 52.41 | - |
| YUV | 152.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 190 | 0.01 | 0.34 | 0 | 0.25 | 299.06 | 0.33 | 0.62 |
| Hex | BD | 7E | BE | 1 | 22 | 0 | 19 | 12B | 21 | 3E |
| Octal | 275 | 176 | 276 | 1 | 42 | 0 | 31 | 453 | 41 | 76 |
| Binary | 10111101 | 1111110 | 10111110 | 1 | 100010 | 0 | 11001 | 100101011 | 100001 | 111110 |
Color Harmonies of #BD7EBE
Complementary color
Monochromatic Colors of #BD7EBE
Black with #BD7EBE
Text Example
Text Example
White with #BD7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7EBE; }
p { color: rgb(189,126,190); }
H1.HeaderClassName
{
color: #BD7EBE;
}
.AnyTagClassName
{
color: #BD7EBE;
}
</style>
background-color css
<style>
a { background-color: #BD7EBE; }
a { background-color: rgb(189,126,190); }
div.DivClassName
{
background-color: #BD7EBE;
}
.BgClassName
{
background-color: #BD7EBE;
}
</style>
border-color css
<style>
span { border-color: #BD7EBE; }
span { border-color: rgb(189,126,190); }
td.TdClassName
{
border-color: #BD7EBE;
}
.TagClassName
{
border-color: #BD7EBE;
}
</style>