Shades of Medium Orchid #BD40DE
Tints of Medium Orchid #BD40DE
RGB
CMYK
RGB Variations
Color information
#BD40DE (or 0xBD40DE) is known color: Medium Orchid. HEX triplet: BD, 40 and DE. RGB value is (189,64,222). Sum of RGB (Red+Green+Blue) = 189+64+222=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD40DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40DE is #42BF21. Grayscale: #767676. Windows color (decimal): -4374306 or 14565565. OLE color: 14565565.
HSL color Cylindrical-coordinate representation of color #BD40DE: hue angle of 287.47º degrees, saturation: 0.71, 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 #BD40DE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 64 | 222 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.13 |
| HSL | 287.47º | 0.71% | 0.56% | - |
| HSV(B) | 287.47º | 0.71% | 0.87% | - |
| XYZ | 36 | 19.76 | 71.02 | - |
| YUV | 119.39 | 185.91 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 222 | 0.15 | 0.71 | 0 | 0.13 | 287.47 | 0.71 | 0.56 |
| Hex | BD | 40 | DE | F | 47 | 0 | D | 11F | 47 | 38 |
| Octal | 275 | 100 | 336 | 17 | 107 | 0 | 15 | 437 | 107 | 70 |
| Binary | 10111101 | 1000000 | 11011110 | 1111 | 1000111 | 0 | 1101 | 100011111 | 1000111 | 111000 |
Color Harmonies of #BD40DE
Complementary color
Monochromatic Colors of #BD40DE
Black with #BD40DE
Text Example
Text Example
White with #BD40DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40DE; }
p { color: rgb(189,64,222); }
H1.HeaderClassName
{
color: #BD40DE;
}
.AnyTagClassName
{
color: #BD40DE;
}
</style>
background-color css
<style>
a { background-color: #BD40DE; }
a { background-color: rgb(189,64,222); }
div.DivClassName
{
background-color: #BD40DE;
}
.BgClassName
{
background-color: #BD40DE;
}
</style>
border-color css
<style>
span { border-color: #BD40DE; }
span { border-color: rgb(189,64,222); }
td.TdClassName
{
border-color: #BD40DE;
}
.TagClassName
{
border-color: #BD40DE;
}
</style>