Shades of Medium Orchid #BD5EE0
Tints of Medium Orchid #BD5EE0
RGB
CMYK
RGB Variations
Color information
#BD5EE0 (or 0xBD5EE0) is known color: Medium Orchid. HEX triplet: BD, 5E and E0. RGB value is (189,94,224). Sum of RGB (Red+Green+Blue) = 189+94+224=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EE0 is #42A11F. Grayscale: #888888. Windows color (decimal): -4366624 or 14704317. OLE color: 14704317.
HSL color Cylindrical-coordinate representation of color #BD5EE0: hue angle of 283.85º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5EE0 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 94 | 224 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.12 |
| HSL | 283.85º | 0.68% | 0.62% | - |
| HSV(B) | 283.85º | 0.58% | 0.88% | - |
| XYZ | 38.44 | 24.21 | 73.17 | - |
| YUV | 137.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 224 | 0.16 | 0.58 | 0 | 0.12 | 283.85 | 0.68 | 0.62 |
| Hex | BD | 5E | E0 | 10 | 3A | 0 | C | 11C | 44 | 3E |
| Octal | 275 | 136 | 340 | 20 | 72 | 0 | 14 | 434 | 104 | 76 |
| Binary | 10111101 | 1011110 | 11100000 | 10000 | 111010 | 0 | 1100 | 100011100 | 1000100 | 111110 |
Color Harmonies of #BD5EE0
Complementary color
Monochromatic Colors of #BD5EE0
Black with #BD5EE0
Text Example
Text Example
White with #BD5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EE0; }
p { color: rgb(189,94,224); }
H1.HeaderClassName
{
color: #BD5EE0;
}
.AnyTagClassName
{
color: #BD5EE0;
}
</style>
background-color css
<style>
a { background-color: #BD5EE0; }
a { background-color: rgb(189,94,224); }
div.DivClassName
{
background-color: #BD5EE0;
}
.BgClassName
{
background-color: #BD5EE0;
}
</style>
border-color css
<style>
span { border-color: #BD5EE0; }
span { border-color: rgb(189,94,224); }
td.TdClassName
{
border-color: #BD5EE0;
}
.TagClassName
{
border-color: #BD5EE0;
}
</style>