Shades of Medium Orchid #BD2DD9
Tints of Medium Orchid #BD2DD9
RGB
CMYK
RGB Variations
Color information
#BD2DD9 (or 0xBD2DD9) is known color: Medium Orchid. HEX triplet: BD, 2D and D9. RGB value is (189,45,217). Sum of RGB (Red+Green+Blue) = 189+45+217=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD2DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DD9 is #42D226. Grayscale: #6B6B6B. Windows color (decimal): -4379175 or 14233021. OLE color: 14233021.
HSL color Cylindrical-coordinate representation of color #BD2DD9: hue angle of 290.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2DD9 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 45 | 217 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.15 |
| HSL | 290.23º | 0.69% | 0.51% | - |
| HSV(B) | 290.23º | 0.79% | 0.85% | - |
| XYZ | 34.45 | 17.71 | 67.25 | - |
| YUV | 107.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 217 | 0.13 | 0.79 | 0 | 0.15 | 290.23 | 0.69 | 0.51 |
| Hex | BD | 2D | D9 | D | 4F | 0 | F | 122 | 45 | 33 |
| Octal | 275 | 55 | 331 | 15 | 117 | 0 | 17 | 442 | 105 | 63 |
| Binary | 10111101 | 101101 | 11011001 | 1101 | 1001111 | 0 | 1111 | 100100010 | 1000101 | 110011 |
Color Harmonies of #BD2DD9
Complementary color
Monochromatic Colors of #BD2DD9
Black with #BD2DD9
Text Example
Text Example
White with #BD2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DD9; }
p { color: rgb(189,45,217); }
H1.HeaderClassName
{
color: #BD2DD9;
}
.AnyTagClassName
{
color: #BD2DD9;
}
</style>
background-color css
<style>
a { background-color: #BD2DD9; }
a { background-color: rgb(189,45,217); }
div.DivClassName
{
background-color: #BD2DD9;
}
.BgClassName
{
background-color: #BD2DD9;
}
</style>
border-color css
<style>
span { border-color: #BD2DD9; }
span { border-color: rgb(189,45,217); }
td.TdClassName
{
border-color: #BD2DD9;
}
.TagClassName
{
border-color: #BD2DD9;
}
</style>