Shades of Medium Orchid #BD58EC
Tints of Medium Orchid #BD58EC
RGB
CMYK
RGB Variations
Color information
#BD58EC (or 0xBD58EC) is known color: Medium Orchid. HEX triplet: BD, 58 and EC. RGB value is (189,88,236). Sum of RGB (Red+Green+Blue) = 189+88+236=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD58EC is #42A713. Grayscale: #868686. Windows color (decimal): -4368148 or 15489213. OLE color: 15489213.
HSL color Cylindrical-coordinate representation of color #BD58EC: hue angle of 280.95º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD58EC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 88 | 236 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.07 |
| HSL | 280.95º | 0.8% | 0.64% | - |
| HSV(B) | 280.95º | 0.63% | 0.93% | - |
| XYZ | 39.62 | 23.85 | 81.87 | - |
| YUV | 135.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 236 | 0.20 | 0.63 | 0 | 0.07 | 280.95 | 0.8 | 0.64 |
| Hex | BD | 58 | EC | 14 | 3F | 0 | 7 | 119 | 50 | 40 |
| Octal | 275 | 130 | 354 | 24 | 77 | 0 | 7 | 431 | 120 | 100 |
| Binary | 10111101 | 1011000 | 11101100 | 10100 | 111111 | 0 | 111 | 100011001 | 1010000 | 1000000 |
Color Harmonies of #BD58EC
Complementary color
Monochromatic Colors of #BD58EC
Black with #BD58EC
Text Example
Text Example
White with #BD58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58EC; }
p { color: rgb(189,88,236); }
H1.HeaderClassName
{
color: #BD58EC;
}
.AnyTagClassName
{
color: #BD58EC;
}
</style>
background-color css
<style>
a { background-color: #BD58EC; }
a { background-color: rgb(189,88,236); }
div.DivClassName
{
background-color: #BD58EC;
}
.BgClassName
{
background-color: #BD58EC;
}
</style>
border-color css
<style>
span { border-color: #BD58EC; }
span { border-color: rgb(189,88,236); }
td.TdClassName
{
border-color: #BD58EC;
}
.TagClassName
{
border-color: #BD58EC;
}
</style>