Shades of Medium Orchid #BD38D9
Tints of Medium Orchid #BD38D9
RGB
CMYK
RGB Variations
Color information
#BD38D9 (or 0xBD38D9) is known color: Medium Orchid. HEX triplet: BD, 38 and D9. RGB value is (189,56,217). Sum of RGB (Red+Green+Blue) = 189+56+217=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD38D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38D9 is #42C726. Grayscale: #717171. Windows color (decimal): -4376359 or 14235837. OLE color: 14235837.
HSL color Cylindrical-coordinate representation of color #BD38D9: hue angle of 289.57º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD38D9 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 56 | 217 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.15 |
| HSL | 289.57º | 0.68% | 0.54% | - |
| HSV(B) | 289.57º | 0.74% | 0.85% | - |
| XYZ | 34.92 | 18.66 | 67.41 | - |
| YUV | 114.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 217 | 0.13 | 0.74 | 0 | 0.15 | 289.57 | 0.68 | 0.54 |
| Hex | BD | 38 | D9 | D | 4A | 0 | F | 122 | 44 | 36 |
| Octal | 275 | 70 | 331 | 15 | 112 | 0 | 17 | 442 | 104 | 66 |
| Binary | 10111101 | 111000 | 11011001 | 1101 | 1001010 | 0 | 1111 | 100100010 | 1000100 | 110110 |
Color Harmonies of #BD38D9
Complementary color
Monochromatic Colors of #BD38D9
Black with #BD38D9
Text Example
Text Example
White with #BD38D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38D9; }
p { color: rgb(189,56,217); }
H1.HeaderClassName
{
color: #BD38D9;
}
.AnyTagClassName
{
color: #BD38D9;
}
</style>
background-color css
<style>
a { background-color: #BD38D9; }
a { background-color: rgb(189,56,217); }
div.DivClassName
{
background-color: #BD38D9;
}
.BgClassName
{
background-color: #BD38D9;
}
</style>
border-color css
<style>
span { border-color: #BD38D9; }
span { border-color: rgb(189,56,217); }
td.TdClassName
{
border-color: #BD38D9;
}
.TagClassName
{
border-color: #BD38D9;
}
</style>