Shades of Medium Orchid #BD2EDD
Tints of Medium Orchid #BD2EDD
RGB
CMYK
RGB Variations
Color information
#BD2EDD (or 0xBD2EDD) is known color: Medium Orchid. HEX triplet: BD, 2E and DD. RGB value is (189,46,221). Sum of RGB (Red+Green+Blue) = 189+46+221=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EDD is #42D122. Grayscale: #6C6C6C. Windows color (decimal): -4378915 or 14495421. OLE color: 14495421.
HSL color Cylindrical-coordinate representation of color #BD2EDD: hue angle of 289.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2EDD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 46 | 221 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.13 |
| HSL | 289.03º | 0.72% | 0.52% | - |
| HSV(B) | 289.03º | 0.79% | 0.87% | - |
| XYZ | 35.01 | 17.99 | 70.03 | - |
| YUV | 108.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 221 | 0.14 | 0.79 | 0 | 0.13 | 289.03 | 0.72 | 0.52 |
| Hex | BD | 2E | DD | E | 4F | 0 | D | 121 | 48 | 34 |
| Octal | 275 | 56 | 335 | 16 | 117 | 0 | 15 | 441 | 110 | 64 |
| Binary | 10111101 | 101110 | 11011101 | 1110 | 1001111 | 0 | 1101 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BD2EDD
Complementary color
Monochromatic Colors of #BD2EDD
Black with #BD2EDD
Text Example
Text Example
White with #BD2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EDD; }
p { color: rgb(189,46,221); }
H1.HeaderClassName
{
color: #BD2EDD;
}
.AnyTagClassName
{
color: #BD2EDD;
}
</style>
background-color css
<style>
a { background-color: #BD2EDD; }
a { background-color: rgb(189,46,221); }
div.DivClassName
{
background-color: #BD2EDD;
}
.BgClassName
{
background-color: #BD2EDD;
}
</style>
border-color css
<style>
span { border-color: #BD2EDD; }
span { border-color: rgb(189,46,221); }
td.TdClassName
{
border-color: #BD2EDD;
}
.TagClassName
{
border-color: #BD2EDD;
}
</style>