Shades of Medium Orchid #BD59EC
Tints of Medium Orchid #BD59EC
RGB
CMYK
RGB Variations
Color information
#BD59EC (or 0xBD59EC) is known color: Medium Orchid. HEX triplet: BD, 59 and EC. RGB value is (189,89,236). Sum of RGB (Red+Green+Blue) = 189+89+236=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59EC is #42A613. Grayscale: #878787. Windows color (decimal): -4367892 or 15489469. OLE color: 15489469.
HSL color Cylindrical-coordinate representation of color #BD59EC: hue angle of 280.82º degrees, saturation: 0.79, 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 #BD59EC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 89 | 236 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.07 |
| HSL | 280.82º | 0.79% | 0.64% | - |
| HSV(B) | 280.82º | 0.62% | 0.93% | - |
| XYZ | 39.7 | 24.02 | 81.9 | - |
| YUV | 135.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 236 | 0.20 | 0.62 | 0 | 0.07 | 280.82 | 0.79 | 0.64 |
| Hex | BD | 59 | EC | 14 | 3E | 0 | 7 | 119 | 4F | 40 |
| Octal | 275 | 131 | 354 | 24 | 76 | 0 | 7 | 431 | 117 | 100 |
| Binary | 10111101 | 1011001 | 11101100 | 10100 | 111110 | 0 | 111 | 100011001 | 1001111 | 1000000 |
Color Harmonies of #BD59EC
Complementary color
Monochromatic Colors of #BD59EC
Black with #BD59EC
Text Example
Text Example
White with #BD59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59EC; }
p { color: rgb(189,89,236); }
H1.HeaderClassName
{
color: #BD59EC;
}
.AnyTagClassName
{
color: #BD59EC;
}
</style>
background-color css
<style>
a { background-color: #BD59EC; }
a { background-color: rgb(189,89,236); }
div.DivClassName
{
background-color: #BD59EC;
}
.BgClassName
{
background-color: #BD59EC;
}
</style>
border-color css
<style>
span { border-color: #BD59EC; }
span { border-color: rgb(189,89,236); }
td.TdClassName
{
border-color: #BD59EC;
}
.TagClassName
{
border-color: #BD59EC;
}
</style>