Shades of Medium Orchid #BD4ACD
Tints of Medium Orchid #BD4ACD
RGB
CMYK
RGB Variations
Color information
#BD4ACD (or 0xBD4ACD) is known color: Medium Orchid. HEX triplet: BD, 4A and CD. RGB value is (189,74,205). Sum of RGB (Red+Green+Blue) = 189+74+205=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ACD is #42B532. Grayscale: #7A7A7A. Windows color (decimal): -4371763 or 13454013. OLE color: 13454013.
HSL color Cylindrical-coordinate representation of color #BD4ACD: hue angle of 292.67º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4ACD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 74 | 205 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.20 |
| HSL | 292.67º | 0.57% | 0.55% | - |
| HSV(B) | 292.67º | 0.64% | 0.8% | - |
| XYZ | 34.45 | 20.12 | 59.83 | - |
| YUV | 123.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 205 | 0.08 | 0.64 | 0 | 0.20 | 292.67 | 0.57 | 0.55 |
| Hex | BD | 4A | CD | 8 | 40 | 0 | 14 | 125 | 39 | 37 |
| Octal | 275 | 112 | 315 | 10 | 100 | 0 | 24 | 445 | 71 | 67 |
| Binary | 10111101 | 1001010 | 11001101 | 1000 | 1000000 | 0 | 10100 | 100100101 | 111001 | 110111 |
Color Harmonies of #BD4ACD
Complementary color
Monochromatic Colors of #BD4ACD
Black with #BD4ACD
Text Example
Text Example
White with #BD4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ACD; }
p { color: rgb(189,74,205); }
H1.HeaderClassName
{
color: #BD4ACD;
}
.AnyTagClassName
{
color: #BD4ACD;
}
</style>
background-color css
<style>
a { background-color: #BD4ACD; }
a { background-color: rgb(189,74,205); }
div.DivClassName
{
background-color: #BD4ACD;
}
.BgClassName
{
background-color: #BD4ACD;
}
</style>
border-color css
<style>
span { border-color: #BD4ACD; }
span { border-color: rgb(189,74,205); }
td.TdClassName
{
border-color: #BD4ACD;
}
.TagClassName
{
border-color: #BD4ACD;
}
</style>