Shades of Medium Orchid #BD59ED
Tints of Medium Orchid #BD59ED
RGB
CMYK
RGB Variations
Color information
#BD59ED (or 0xBD59ED) is known color: Medium Orchid. HEX triplet: BD, 59 and ED. RGB value is (189,89,237). Sum of RGB (Red+Green+Blue) = 189+89+237=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59ED is #42A612. Grayscale: #878787. Windows color (decimal): -4367891 or 15555005. OLE color: 15555005.
HSL color Cylindrical-coordinate representation of color #BD59ED: hue angle of 280.54º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD59ED is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 89 | 237 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.07 |
| HSL | 280.54º | 0.8% | 0.64% | - |
| HSV(B) | 280.54º | 0.62% | 0.93% | - |
| XYZ | 39.84 | 24.08 | 82.67 | - |
| YUV | 135.77 | 185.13 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 237 | 0.20 | 0.62 | 0 | 0.07 | 280.54 | 0.8 | 0.64 |
| Hex | BD | 59 | ED | 14 | 3E | 0 | 7 | 119 | 50 | 40 |
| Octal | 275 | 131 | 355 | 24 | 76 | 0 | 7 | 431 | 120 | 100 |
| Binary | 10111101 | 1011001 | 11101101 | 10100 | 111110 | 0 | 111 | 100011001 | 1010000 | 1000000 |
Color Harmonies of #BD59ED
Complementary color
Monochromatic Colors of #BD59ED
Black with #BD59ED
Text Example
Text Example
White with #BD59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59ED; }
p { color: rgb(189,89,237); }
H1.HeaderClassName
{
color: #BD59ED;
}
.AnyTagClassName
{
color: #BD59ED;
}
</style>
background-color css
<style>
a { background-color: #BD59ED; }
a { background-color: rgb(189,89,237); }
div.DivClassName
{
background-color: #BD59ED;
}
.BgClassName
{
background-color: #BD59ED;
}
</style>
border-color css
<style>
span { border-color: #BD59ED; }
span { border-color: rgb(189,89,237); }
td.TdClassName
{
border-color: #BD59ED;
}
.TagClassName
{
border-color: #BD59ED;
}
</style>