Shades of Medium Orchid #BD34DD
Tints of Medium Orchid #BD34DD
RGB
CMYK
RGB Variations
Color information
#BD34DD (or 0xBD34DD) is known color: Medium Orchid. HEX triplet: BD, 34 and DD. RGB value is (189,52,221). Sum of RGB (Red+Green+Blue) = 189+52+221=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34DD is #42CB22. Grayscale: #6F6F6F. Windows color (decimal): -4377379 or 14496957. OLE color: 14496957.
HSL color Cylindrical-coordinate representation of color #BD34DD: hue angle of 288.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD34DD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 52 | 221 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.13 |
| HSL | 288.64º | 0.71% | 0.54% | - |
| HSV(B) | 288.64º | 0.76% | 0.87% | - |
| XYZ | 35.27 | 18.5 | 70.12 | - |
| YUV | 112.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 221 | 0.14 | 0.76 | 0 | 0.13 | 288.64 | 0.71 | 0.54 |
| Hex | BD | 34 | DD | E | 4C | 0 | D | 121 | 47 | 36 |
| Octal | 275 | 64 | 335 | 16 | 114 | 0 | 15 | 441 | 107 | 66 |
| Binary | 10111101 | 110100 | 11011101 | 1110 | 1001100 | 0 | 1101 | 100100001 | 1000111 | 110110 |
Color Harmonies of #BD34DD
Complementary color
Monochromatic Colors of #BD34DD
Black with #BD34DD
Text Example
Text Example
White with #BD34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34DD; }
p { color: rgb(189,52,221); }
H1.HeaderClassName
{
color: #BD34DD;
}
.AnyTagClassName
{
color: #BD34DD;
}
</style>
background-color css
<style>
a { background-color: #BD34DD; }
a { background-color: rgb(189,52,221); }
div.DivClassName
{
background-color: #BD34DD;
}
.BgClassName
{
background-color: #BD34DD;
}
</style>
border-color css
<style>
span { border-color: #BD34DD; }
span { border-color: rgb(189,52,221); }
td.TdClassName
{
border-color: #BD34DD;
}
.TagClassName
{
border-color: #BD34DD;
}
</style>