Shades of London Hue #BD7CBA
Tints of London Hue #BD7CBA
RGB
CMYK
RGB Variations
Color information
#BD7CBA (or 0xBD7CBA) is known color: London Hue. HEX triplet: BD, 7C and BA. RGB value is (189,124,186). Sum of RGB (Red+Green+Blue) = 189+124+186=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CBA is #428345. Grayscale: #969696. Windows color (decimal): -4358982 or 12221629. OLE color: 12221629.
HSL color Cylindrical-coordinate representation of color #BD7CBA: hue angle of 302.77º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7CBA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 186 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.26 |
| HSL | 302.77º | 0.33% | 0.61% | - |
| HSV(B) | 302.77º | 0.34% | 0.74% | - |
| XYZ | 37.06 | 28.78 | 50.06 | - |
| YUV | 150.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 186 | 0 | 0.34 | 0.02 | 0.26 | 302.77 | 0.33 | 0.61 |
| Hex | BD | 7C | BA | 0 | 22 | 2 | 1A | 12F | 21 | 3D |
| Octal | 275 | 174 | 272 | 0 | 42 | 2 | 32 | 457 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10111010 | 0 | 100010 | 10 | 11010 | 100101111 | 100001 | 111101 |
Color Harmonies of #BD7CBA
Complementary color
Monochromatic Colors of #BD7CBA
Black with #BD7CBA
Text Example
Text Example
White with #BD7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CBA; }
p { color: rgb(189,124,186); }
H1.HeaderClassName
{
color: #BD7CBA;
}
.AnyTagClassName
{
color: #BD7CBA;
}
</style>
background-color css
<style>
a { background-color: #BD7CBA; }
a { background-color: rgb(189,124,186); }
div.DivClassName
{
background-color: #BD7CBA;
}
.BgClassName
{
background-color: #BD7CBA;
}
</style>
border-color css
<style>
span { border-color: #BD7CBA; }
span { border-color: rgb(189,124,186); }
td.TdClassName
{
border-color: #BD7CBA;
}
.TagClassName
{
border-color: #BD7CBA;
}
</style>