Shades of Medium Orchid #BD5EDD
Tints of Medium Orchid #BD5EDD
RGB
CMYK
RGB Variations
Color information
#BD5EDD (or 0xBD5EDD) is known color: Medium Orchid. HEX triplet: BD, 5E and DD. RGB value is (189,94,221). Sum of RGB (Red+Green+Blue) = 189+94+221=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EDD is #42A122. Grayscale: #888888. Windows color (decimal): -4366627 or 14507709. OLE color: 14507709.
HSL color Cylindrical-coordinate representation of color #BD5EDD: hue angle of 284.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5EDD is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 94 | 221 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 284.88º | 0.65% | 0.62% | - |
| HSV(B) | 284.88º | 0.57% | 0.87% | - |
| XYZ | 38.04 | 24.04 | 71.04 | - |
| YUV | 136.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 221 | 0.14 | 0.57 | 0 | 0.13 | 284.88 | 0.65 | 0.62 |
| Hex | BD | 5E | DD | E | 39 | 0 | D | 11D | 41 | 3E |
| Octal | 275 | 136 | 335 | 16 | 71 | 0 | 15 | 435 | 101 | 76 |
| Binary | 10111101 | 1011110 | 11011101 | 1110 | 111001 | 0 | 1101 | 100011101 | 1000001 | 111110 |
Color Harmonies of #BD5EDD
Complementary color
Monochromatic Colors of #BD5EDD
Black with #BD5EDD
Text Example
Text Example
White with #BD5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EDD; }
p { color: rgb(189,94,221); }
H1.HeaderClassName
{
color: #BD5EDD;
}
.AnyTagClassName
{
color: #BD5EDD;
}
</style>
background-color css
<style>
a { background-color: #BD5EDD; }
a { background-color: rgb(189,94,221); }
div.DivClassName
{
background-color: #BD5EDD;
}
.BgClassName
{
background-color: #BD5EDD;
}
</style>
border-color css
<style>
span { border-color: #BD5EDD; }
span { border-color: rgb(189,94,221); }
td.TdClassName
{
border-color: #BD5EDD;
}
.TagClassName
{
border-color: #BD5EDD;
}
</style>