Shades of Medium Orchid #BD4EDD
Tints of Medium Orchid #BD4EDD
RGB
CMYK
RGB Variations
Color information
#BD4EDD (or 0xBD4EDD) is known color: Medium Orchid. HEX triplet: BD, 4E and DD. RGB value is (189,78,221). Sum of RGB (Red+Green+Blue) = 189+78+221=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EDD is #42B122. Grayscale: #7F7F7F. Windows color (decimal): -4370723 or 14503613. OLE color: 14503613.
HSL color Cylindrical-coordinate representation of color #BD4EDD: hue angle of 286.57º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4EDD is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 78 | 221 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 286.57º | 0.68% | 0.59% | - |
| HSV(B) | 286.57º | 0.65% | 0.87% | - |
| XYZ | 36.76 | 21.49 | 70.62 | - |
| YUV | 127.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 221 | 0.14 | 0.65 | 0 | 0.13 | 286.57 | 0.68 | 0.59 |
| Hex | BD | 4E | DD | E | 41 | 0 | D | 11F | 44 | 3B |
| Octal | 275 | 116 | 335 | 16 | 101 | 0 | 15 | 437 | 104 | 73 |
| Binary | 10111101 | 1001110 | 11011101 | 1110 | 1000001 | 0 | 1101 | 100011111 | 1000100 | 111011 |
Color Harmonies of #BD4EDD
Complementary color
Monochromatic Colors of #BD4EDD
Black with #BD4EDD
Text Example
Text Example
White with #BD4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EDD; }
p { color: rgb(189,78,221); }
H1.HeaderClassName
{
color: #BD4EDD;
}
.AnyTagClassName
{
color: #BD4EDD;
}
</style>
background-color css
<style>
a { background-color: #BD4EDD; }
a { background-color: rgb(189,78,221); }
div.DivClassName
{
background-color: #BD4EDD;
}
.BgClassName
{
background-color: #BD4EDD;
}
</style>
border-color css
<style>
span { border-color: #BD4EDD; }
span { border-color: rgb(189,78,221); }
td.TdClassName
{
border-color: #BD4EDD;
}
.TagClassName
{
border-color: #BD4EDD;
}
</style>