Shades of Medium Orchid #BD59D3
Tints of Medium Orchid #BD59D3
RGB
CMYK
RGB Variations
Color information
#BD59D3 (or 0xBD59D3) is known color: Medium Orchid. HEX triplet: BD, 59 and D3. RGB value is (189,89,211). Sum of RGB (Red+Green+Blue) = 189+89+211=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD59D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59D3 is #42A62C. Grayscale: #848484. Windows color (decimal): -4367917 or 13851069. OLE color: 13851069.
HSL color Cylindrical-coordinate representation of color #BD59D3: hue angle of 289.18º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD59D3 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 89 | 211 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.17 |
| HSL | 289.18º | 0.58% | 0.59% | - |
| HSV(B) | 289.18º | 0.58% | 0.83% | - |
| XYZ | 36.32 | 22.67 | 64.09 | - |
| YUV | 132.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 211 | 0.10 | 0.58 | 0 | 0.17 | 289.18 | 0.58 | 0.59 |
| Hex | BD | 59 | D3 | A | 3A | 0 | 11 | 121 | 3A | 3B |
| Octal | 275 | 131 | 323 | 12 | 72 | 0 | 21 | 441 | 72 | 73 |
| Binary | 10111101 | 1011001 | 11010011 | 1010 | 111010 | 0 | 10001 | 100100001 | 111010 | 111011 |
Color Harmonies of #BD59D3
Complementary color
Monochromatic Colors of #BD59D3
Black with #BD59D3
Text Example
Text Example
White with #BD59D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59D3; }
p { color: rgb(189,89,211); }
H1.HeaderClassName
{
color: #BD59D3;
}
.AnyTagClassName
{
color: #BD59D3;
}
</style>
background-color css
<style>
a { background-color: #BD59D3; }
a { background-color: rgb(189,89,211); }
div.DivClassName
{
background-color: #BD59D3;
}
.BgClassName
{
background-color: #BD59D3;
}
</style>
border-color css
<style>
span { border-color: #BD59D3; }
span { border-color: rgb(189,89,211); }
td.TdClassName
{
border-color: #BD59D3;
}
.TagClassName
{
border-color: #BD59D3;
}
</style>