Shades of Medium Orchid #BD5EDE
Tints of Medium Orchid #BD5EDE
RGB
CMYK
RGB Variations
Color information
#BD5EDE (or 0xBD5EDE) is known color: Medium Orchid. HEX triplet: BD, 5E and DE. RGB value is (189,94,222). Sum of RGB (Red+Green+Blue) = 189+94+222=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EDE is #42A121. Grayscale: #888888. Windows color (decimal): -4366626 or 14573245. OLE color: 14573245.
HSL color Cylindrical-coordinate representation of color #BD5EDE: hue angle of 284.53º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5EDE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 94 | 222 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.13 |
| HSL | 284.53º | 0.66% | 0.62% | - |
| HSV(B) | 284.53º | 0.58% | 0.87% | - |
| XYZ | 38.17 | 24.1 | 71.75 | - |
| YUV | 137 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 222 | 0.15 | 0.58 | 0 | 0.13 | 284.53 | 0.66 | 0.62 |
| Hex | BD | 5E | DE | F | 3A | 0 | D | 11D | 42 | 3E |
| Octal | 275 | 136 | 336 | 17 | 72 | 0 | 15 | 435 | 102 | 76 |
| Binary | 10111101 | 1011110 | 11011110 | 1111 | 111010 | 0 | 1101 | 100011101 | 1000010 | 111110 |
Color Harmonies of #BD5EDE
Complementary color
Monochromatic Colors of #BD5EDE
Black with #BD5EDE
Text Example
Text Example
White with #BD5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EDE; }
p { color: rgb(189,94,222); }
H1.HeaderClassName
{
color: #BD5EDE;
}
.AnyTagClassName
{
color: #BD5EDE;
}
</style>
background-color css
<style>
a { background-color: #BD5EDE; }
a { background-color: rgb(189,94,222); }
div.DivClassName
{
background-color: #BD5EDE;
}
.BgClassName
{
background-color: #BD5EDE;
}
</style>
border-color css
<style>
span { border-color: #BD5EDE; }
span { border-color: rgb(189,94,222); }
td.TdClassName
{
border-color: #BD5EDE;
}
.TagClassName
{
border-color: #BD5EDE;
}
</style>