Shades of Medium Orchid #BD4ECD
Tints of Medium Orchid #BD4ECD
RGB
CMYK
RGB Variations
Color information
#BD4ECD (or 0xBD4ECD) is known color: Medium Orchid. HEX triplet: BD, 4E and CD. RGB value is (189,78,205). Sum of RGB (Red+Green+Blue) = 189+78+205=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD4ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4ECD is #42B132. Grayscale: #7D7D7D. Windows color (decimal): -4370739 or 13455037. OLE color: 13455037.
HSL color Cylindrical-coordinate representation of color #BD4ECD: hue angle of 292.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4ECD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 78 | 205 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.20 |
| HSL | 292.44º | 0.56% | 0.55% | - |
| HSV(B) | 292.44º | 0.62% | 0.8% | - |
| XYZ | 34.73 | 20.68 | 59.92 | - |
| YUV | 125.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 205 | 0.08 | 0.62 | 0 | 0.20 | 292.44 | 0.56 | 0.55 |
| Hex | BD | 4E | CD | 8 | 3E | 0 | 14 | 124 | 38 | 37 |
| Octal | 275 | 116 | 315 | 10 | 76 | 0 | 24 | 444 | 70 | 67 |
| Binary | 10111101 | 1001110 | 11001101 | 1000 | 111110 | 0 | 10100 | 100100100 | 111000 | 110111 |
Color Harmonies of #BD4ECD
Complementary color
Monochromatic Colors of #BD4ECD
Black with #BD4ECD
Text Example
Text Example
White with #BD4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ECD; }
p { color: rgb(189,78,205); }
H1.HeaderClassName
{
color: #BD4ECD;
}
.AnyTagClassName
{
color: #BD4ECD;
}
</style>
background-color css
<style>
a { background-color: #BD4ECD; }
a { background-color: rgb(189,78,205); }
div.DivClassName
{
background-color: #BD4ECD;
}
.BgClassName
{
background-color: #BD4ECD;
}
</style>
border-color css
<style>
span { border-color: #BD4ECD; }
span { border-color: rgb(189,78,205); }
td.TdClassName
{
border-color: #BD4ECD;
}
.TagClassName
{
border-color: #BD4ECD;
}
</style>