Shades of Medium Orchid #BD3EDD
Tints of Medium Orchid #BD3EDD
RGB
CMYK
RGB Variations
Color information
#BD3EDD (or 0xBD3EDD) is known color: Medium Orchid. HEX triplet: BD, 3E and DD. RGB value is (189,62,221). Sum of RGB (Red+Green+Blue) = 189+62+221=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EDD is #42C122. Grayscale: #757575. Windows color (decimal): -4374819 or 14499517. OLE color: 14499517.
HSL color Cylindrical-coordinate representation of color #BD3EDD: hue angle of 287.92º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3EDD is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 62 | 221 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.13 |
| HSL | 287.92º | 0.7% | 0.55% | - |
| HSV(B) | 287.92º | 0.72% | 0.87% | - |
| XYZ | 35.76 | 19.48 | 70.28 | - |
| YUV | 118.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 221 | 0.14 | 0.72 | 0 | 0.13 | 287.92 | 0.7 | 0.55 |
| Hex | BD | 3E | DD | E | 48 | 0 | D | 120 | 46 | 37 |
| Octal | 275 | 76 | 335 | 16 | 110 | 0 | 15 | 440 | 106 | 67 |
| Binary | 10111101 | 111110 | 11011101 | 1110 | 1001000 | 0 | 1101 | 100100000 | 1000110 | 110111 |
Color Harmonies of #BD3EDD
Complementary color
Monochromatic Colors of #BD3EDD
Black with #BD3EDD
Text Example
Text Example
White with #BD3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EDD; }
p { color: rgb(189,62,221); }
H1.HeaderClassName
{
color: #BD3EDD;
}
.AnyTagClassName
{
color: #BD3EDD;
}
</style>
background-color css
<style>
a { background-color: #BD3EDD; }
a { background-color: rgb(189,62,221); }
div.DivClassName
{
background-color: #BD3EDD;
}
.BgClassName
{
background-color: #BD3EDD;
}
</style>
border-color css
<style>
span { border-color: #BD3EDD; }
span { border-color: rgb(189,62,221); }
td.TdClassName
{
border-color: #BD3EDD;
}
.TagClassName
{
border-color: #BD3EDD;
}
</style>