Shades of Medium Orchid #BD3ACD
Tints of Medium Orchid #BD3ACD
RGB
CMYK
RGB Variations
Color information
#BD3ACD (or 0xBD3ACD) is known color: Medium Orchid. HEX triplet: BD, 3A and CD. RGB value is (189,58,205). Sum of RGB (Red+Green+Blue) = 189+58+205=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ACD is #42C532. Grayscale: #717171. Windows color (decimal): -4375859 or 13449917. OLE color: 13449917.
HSL color Cylindrical-coordinate representation of color #BD3ACD: hue angle of 293.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3ACD is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 58 | 205 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.20 |
| HSL | 293.47º | 0.6% | 0.52% | - |
| HSV(B) | 293.47º | 0.72% | 0.8% | - |
| XYZ | 33.52 | 18.25 | 59.51 | - |
| YUV | 113.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 205 | 0.08 | 0.72 | 0 | 0.20 | 293.47 | 0.6 | 0.52 |
| Hex | BD | 3A | CD | 8 | 48 | 0 | 14 | 125 | 3C | 34 |
| Octal | 275 | 72 | 315 | 10 | 110 | 0 | 24 | 445 | 74 | 64 |
| Binary | 10111101 | 111010 | 11001101 | 1000 | 1001000 | 0 | 10100 | 100100101 | 111100 | 110100 |
Color Harmonies of #BD3ACD
Complementary color
Monochromatic Colors of #BD3ACD
Black with #BD3ACD
Text Example
Text Example
White with #BD3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ACD; }
p { color: rgb(189,58,205); }
H1.HeaderClassName
{
color: #BD3ACD;
}
.AnyTagClassName
{
color: #BD3ACD;
}
</style>
background-color css
<style>
a { background-color: #BD3ACD; }
a { background-color: rgb(189,58,205); }
div.DivClassName
{
background-color: #BD3ACD;
}
.BgClassName
{
background-color: #BD3ACD;
}
</style>
border-color css
<style>
span { border-color: #BD3ACD; }
span { border-color: rgb(189,58,205); }
td.TdClassName
{
border-color: #BD3ACD;
}
.TagClassName
{
border-color: #BD3ACD;
}
</style>