Shades of Medium Orchid #BD40DD
Tints of Medium Orchid #BD40DD
RGB
CMYK
RGB Variations
Color information
#BD40DD (or 0xBD40DD) is known color: Medium Orchid. HEX triplet: BD, 40 and DD. RGB value is (189,64,221). Sum of RGB (Red+Green+Blue) = 189+64+221=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40DD is #42BF22. Grayscale: #767676. Windows color (decimal): -4374307 or 14500029. OLE color: 14500029.
HSL color Cylindrical-coordinate representation of color #BD40DD: hue angle of 287.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD40DD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 64 | 221 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.13 |
| HSL | 287.77º | 0.7% | 0.56% | - |
| HSV(B) | 287.77º | 0.71% | 0.87% | - |
| XYZ | 35.87 | 19.71 | 70.32 | - |
| YUV | 119.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 221 | 0.14 | 0.71 | 0 | 0.13 | 287.77 | 0.7 | 0.56 |
| Hex | BD | 40 | DD | E | 47 | 0 | D | 120 | 46 | 38 |
| Octal | 275 | 100 | 335 | 16 | 107 | 0 | 15 | 440 | 106 | 70 |
| Binary | 10111101 | 1000000 | 11011101 | 1110 | 1000111 | 0 | 1101 | 100100000 | 1000110 | 111000 |
Color Harmonies of #BD40DD
Complementary color
Monochromatic Colors of #BD40DD
Black with #BD40DD
Text Example
Text Example
White with #BD40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40DD; }
p { color: rgb(189,64,221); }
H1.HeaderClassName
{
color: #BD40DD;
}
.AnyTagClassName
{
color: #BD40DD;
}
</style>
background-color css
<style>
a { background-color: #BD40DD; }
a { background-color: rgb(189,64,221); }
div.DivClassName
{
background-color: #BD40DD;
}
.BgClassName
{
background-color: #BD40DD;
}
</style>
border-color css
<style>
span { border-color: #BD40DD; }
span { border-color: rgb(189,64,221); }
td.TdClassName
{
border-color: #BD40DD;
}
.TagClassName
{
border-color: #BD40DD;
}
</style>