Shades of Medium Orchid #BD40D0
Tints of Medium Orchid #BD40D0
RGB
CMYK
RGB Variations
Color information
#BD40D0 (or 0xBD40D0) is known color: Medium Orchid. HEX triplet: BD, 40 and D0. RGB value is (189,64,208). Sum of RGB (Red+Green+Blue) = 189+64+208=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40D0 is #42BF2F. Grayscale: #757575. Windows color (decimal): -4374320 or 13648061. OLE color: 13648061.
HSL color Cylindrical-coordinate representation of color #BD40D0: hue angle of 292.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD40D0 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 64 | 208 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.18 |
| HSL | 292.08º | 0.61% | 0.53% | - |
| HSV(B) | 292.08º | 0.69% | 0.82% | - |
| XYZ | 34.2 | 19.04 | 61.55 | - |
| YUV | 117.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 208 | 0.09 | 0.69 | 0 | 0.18 | 292.08 | 0.61 | 0.53 |
| Hex | BD | 40 | D0 | 9 | 45 | 0 | 12 | 124 | 3D | 35 |
| Octal | 275 | 100 | 320 | 11 | 105 | 0 | 22 | 444 | 75 | 65 |
| Binary | 10111101 | 1000000 | 11010000 | 1001 | 1000101 | 0 | 10010 | 100100100 | 111101 | 110101 |
Color Harmonies of #BD40D0
Complementary color
Monochromatic Colors of #BD40D0
Black with #BD40D0
Text Example
Text Example
White with #BD40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40D0; }
p { color: rgb(189,64,208); }
H1.HeaderClassName
{
color: #BD40D0;
}
.AnyTagClassName
{
color: #BD40D0;
}
</style>
background-color css
<style>
a { background-color: #BD40D0; }
a { background-color: rgb(189,64,208); }
div.DivClassName
{
background-color: #BD40D0;
}
.BgClassName
{
background-color: #BD40D0;
}
</style>
border-color css
<style>
span { border-color: #BD40D0; }
span { border-color: rgb(189,64,208); }
td.TdClassName
{
border-color: #BD40D0;
}
.TagClassName
{
border-color: #BD40D0;
}
</style>