Shades of Medium Orchid #BD58E2
Tints of Medium Orchid #BD58E2
RGB
CMYK
RGB Variations
Color information
#BD58E2 (or 0xBD58E2) is known color: Medium Orchid. HEX triplet: BD, 58 and E2. RGB value is (189,88,226). Sum of RGB (Red+Green+Blue) = 189+88+226=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD58E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58E2 is #42A71D. Grayscale: #858585. Windows color (decimal): -4368158 or 14833853. OLE color: 14833853.
HSL color Cylindrical-coordinate representation of color #BD58E2: hue angle of 283.91º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD58E2 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 88 | 226 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.11 |
| HSL | 283.91º | 0.7% | 0.62% | - |
| HSV(B) | 283.91º | 0.61% | 0.89% | - |
| XYZ | 38.2 | 23.29 | 74.43 | - |
| YUV | 133.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 226 | 0.16 | 0.61 | 0 | 0.11 | 283.91 | 0.7 | 0.62 |
| Hex | BD | 58 | E2 | 10 | 3D | 0 | B | 11C | 46 | 3E |
| Octal | 275 | 130 | 342 | 20 | 75 | 0 | 13 | 434 | 106 | 76 |
| Binary | 10111101 | 1011000 | 11100010 | 10000 | 111101 | 0 | 1011 | 100011100 | 1000110 | 111110 |
Color Harmonies of #BD58E2
Complementary color
Monochromatic Colors of #BD58E2
Black with #BD58E2
Text Example
Text Example
White with #BD58E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58E2; }
p { color: rgb(189,88,226); }
H1.HeaderClassName
{
color: #BD58E2;
}
.AnyTagClassName
{
color: #BD58E2;
}
</style>
background-color css
<style>
a { background-color: #BD58E2; }
a { background-color: rgb(189,88,226); }
div.DivClassName
{
background-color: #BD58E2;
}
.BgClassName
{
background-color: #BD58E2;
}
</style>
border-color css
<style>
span { border-color: #BD58E2; }
span { border-color: rgb(189,88,226); }
td.TdClassName
{
border-color: #BD58E2;
}
.TagClassName
{
border-color: #BD58E2;
}
</style>