Shades of Medium Orchid #BD34D9
Tints of Medium Orchid #BD34D9
RGB
CMYK
RGB Variations
Color information
#BD34D9 (or 0xBD34D9) is known color: Medium Orchid. HEX triplet: BD, 34 and D9. RGB value is (189,52,217). Sum of RGB (Red+Green+Blue) = 189+52+217=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD34D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34D9 is #42CB26. Grayscale: #6F6F6F. Windows color (decimal): -4377383 or 14234813. OLE color: 14234813.
HSL color Cylindrical-coordinate representation of color #BD34D9: hue angle of 289.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD34D9 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 52 | 217 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.15 |
| HSL | 289.82º | 0.68% | 0.53% | - |
| HSV(B) | 289.82º | 0.76% | 0.85% | - |
| XYZ | 34.74 | 18.28 | 67.34 | - |
| YUV | 111.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 217 | 0.13 | 0.76 | 0 | 0.15 | 289.82 | 0.68 | 0.53 |
| Hex | BD | 34 | D9 | D | 4C | 0 | F | 122 | 44 | 35 |
| Octal | 275 | 64 | 331 | 15 | 114 | 0 | 17 | 442 | 104 | 65 |
| Binary | 10111101 | 110100 | 11011001 | 1101 | 1001100 | 0 | 1111 | 100100010 | 1000100 | 110101 |
Color Harmonies of #BD34D9
Complementary color
Monochromatic Colors of #BD34D9
Black with #BD34D9
Text Example
Text Example
White with #BD34D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34D9; }
p { color: rgb(189,52,217); }
H1.HeaderClassName
{
color: #BD34D9;
}
.AnyTagClassName
{
color: #BD34D9;
}
</style>
background-color css
<style>
a { background-color: #BD34D9; }
a { background-color: rgb(189,52,217); }
div.DivClassName
{
background-color: #BD34D9;
}
.BgClassName
{
background-color: #BD34D9;
}
</style>
border-color css
<style>
span { border-color: #BD34D9; }
span { border-color: rgb(189,52,217); }
td.TdClassName
{
border-color: #BD34D9;
}
.TagClassName
{
border-color: #BD34D9;
}
</style>