Shades of Medium Orchid #BD59E1
Tints of Medium Orchid #BD59E1
RGB
CMYK
RGB Variations
Color information
#BD59E1 (or 0xBD59E1) is known color: Medium Orchid. HEX triplet: BD, 59 and E1. RGB value is (189,89,225). Sum of RGB (Red+Green+Blue) = 189+89+225=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD59E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59E1 is #42A61E. Grayscale: #858585. Windows color (decimal): -4367903 or 14768573. OLE color: 14768573.
HSL color Cylindrical-coordinate representation of color #BD59E1: hue angle of 284.12º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD59E1 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 89 | 225 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.12 |
| HSL | 284.12º | 0.69% | 0.62% | - |
| HSV(B) | 284.12º | 0.6% | 0.88% | - |
| XYZ | 38.15 | 23.4 | 73.74 | - |
| YUV | 134.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 225 | 0.16 | 0.60 | 0 | 0.12 | 284.12 | 0.69 | 0.62 |
| Hex | BD | 59 | E1 | 10 | 3C | 0 | C | 11C | 45 | 3E |
| Octal | 275 | 131 | 341 | 20 | 74 | 0 | 14 | 434 | 105 | 76 |
| Binary | 10111101 | 1011001 | 11100001 | 10000 | 111100 | 0 | 1100 | 100011100 | 1000101 | 111110 |
Color Harmonies of #BD59E1
Complementary color
Monochromatic Colors of #BD59E1
Black with #BD59E1
Text Example
Text Example
White with #BD59E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59E1; }
p { color: rgb(189,89,225); }
H1.HeaderClassName
{
color: #BD59E1;
}
.AnyTagClassName
{
color: #BD59E1;
}
</style>
background-color css
<style>
a { background-color: #BD59E1; }
a { background-color: rgb(189,89,225); }
div.DivClassName
{
background-color: #BD59E1;
}
.BgClassName
{
background-color: #BD59E1;
}
</style>
border-color css
<style>
span { border-color: #BD59E1; }
span { border-color: rgb(189,89,225); }
td.TdClassName
{
border-color: #BD59E1;
}
.TagClassName
{
border-color: #BD59E1;
}
</style>