Shades of Medium Orchid #BD58ED
Tints of Medium Orchid #BD58ED
RGB
CMYK
RGB Variations
Color information
#BD58ED (or 0xBD58ED) is known color: Medium Orchid. HEX triplet: BD, 58 and ED. RGB value is (189,88,237). Sum of RGB (Red+Green+Blue) = 189+88+237=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD58ED is #42A712. Grayscale: #868686. Windows color (decimal): -4368147 or 15554749. OLE color: 15554749.
HSL color Cylindrical-coordinate representation of color #BD58ED: hue angle of 280.67º degrees, saturation: 0.81, 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 #BD58ED is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 88 | 237 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.07 |
| HSL | 280.67º | 0.81% | 0.64% | - |
| HSV(B) | 280.67º | 0.63% | 0.93% | - |
| XYZ | 39.76 | 23.91 | 82.64 | - |
| YUV | 135.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 237 | 0.20 | 0.63 | 0 | 0.07 | 280.67 | 0.81 | 0.64 |
| Hex | BD | 58 | ED | 14 | 3F | 0 | 7 | 119 | 51 | 40 |
| Octal | 275 | 130 | 355 | 24 | 77 | 0 | 7 | 431 | 121 | 100 |
| Binary | 10111101 | 1011000 | 11101101 | 10100 | 111111 | 0 | 111 | 100011001 | 1010001 | 1000000 |
Color Harmonies of #BD58ED
Complementary color
Monochromatic Colors of #BD58ED
Black with #BD58ED
Text Example
Text Example
White with #BD58ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58ED; }
p { color: rgb(189,88,237); }
H1.HeaderClassName
{
color: #BD58ED;
}
.AnyTagClassName
{
color: #BD58ED;
}
</style>
background-color css
<style>
a { background-color: #BD58ED; }
a { background-color: rgb(189,88,237); }
div.DivClassName
{
background-color: #BD58ED;
}
.BgClassName
{
background-color: #BD58ED;
}
</style>
border-color css
<style>
span { border-color: #BD58ED; }
span { border-color: rgb(189,88,237); }
td.TdClassName
{
border-color: #BD58ED;
}
.TagClassName
{
border-color: #BD58ED;
}
</style>