Shades of Medium Orchid #BD6EE1
Tints of Medium Orchid #BD6EE1
RGB
CMYK
RGB Variations
Color information
#BD6EE1 (or 0xBD6EE1) is known color: Medium Orchid. HEX triplet: BD, 6E and E1. RGB value is (189,110,225). Sum of RGB (Red+Green+Blue) = 189+110+225=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EE1 is #42911E. Grayscale: #929292. Windows color (decimal): -4362527 or 14773949. OLE color: 14773949.
HSL color Cylindrical-coordinate representation of color #BD6EE1: hue angle of 281.22º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6EE1 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 110 | 225 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.12 |
| HSL | 281.22º | 0.66% | 0.66% | - |
| HSV(B) | 281.22º | 0.51% | 0.88% | - |
| XYZ | 40.15 | 27.41 | 74.41 | - |
| YUV | 146.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 225 | 0.16 | 0.51 | 0 | 0.12 | 281.22 | 0.66 | 0.66 |
| Hex | BD | 6E | E1 | 10 | 33 | 0 | C | 119 | 42 | 42 |
| Octal | 275 | 156 | 341 | 20 | 63 | 0 | 14 | 431 | 102 | 102 |
| Binary | 10111101 | 1101110 | 11100001 | 10000 | 110011 | 0 | 1100 | 100011001 | 1000010 | 1000010 |
Color Harmonies of #BD6EE1
Complementary color
Monochromatic Colors of #BD6EE1
Black with #BD6EE1
Text Example
Text Example
White with #BD6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EE1; }
p { color: rgb(189,110,225); }
H1.HeaderClassName
{
color: #BD6EE1;
}
.AnyTagClassName
{
color: #BD6EE1;
}
</style>
background-color css
<style>
a { background-color: #BD6EE1; }
a { background-color: rgb(189,110,225); }
div.DivClassName
{
background-color: #BD6EE1;
}
.BgClassName
{
background-color: #BD6EE1;
}
</style>
border-color css
<style>
span { border-color: #BD6EE1; }
span { border-color: rgb(189,110,225); }
td.TdClassName
{
border-color: #BD6EE1;
}
.TagClassName
{
border-color: #BD6EE1;
}
</style>