Shades of Medium Orchid #BD34DE
Tints of Medium Orchid #BD34DE
RGB
CMYK
RGB Variations
Color information
#BD34DE (or 0xBD34DE) is known color: Medium Orchid. HEX triplet: BD, 34 and DE. RGB value is (189,52,222). Sum of RGB (Red+Green+Blue) = 189+52+222=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD34DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34DE is #42CB21. Grayscale: #6F6F6F. Windows color (decimal): -4377378 or 14562493. OLE color: 14562493.
HSL color Cylindrical-coordinate representation of color #BD34DE: hue angle of 288.35º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD34DE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 52 | 222 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.13 |
| HSL | 288.35º | 0.72% | 0.54% | - |
| HSV(B) | 288.35º | 0.77% | 0.87% | - |
| XYZ | 35.4 | 18.55 | 70.82 | - |
| YUV | 112.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 222 | 0.15 | 0.77 | 0 | 0.13 | 288.35 | 0.72 | 0.54 |
| Hex | BD | 34 | DE | F | 4D | 0 | D | 120 | 48 | 36 |
| Octal | 275 | 64 | 336 | 17 | 115 | 0 | 15 | 440 | 110 | 66 |
| Binary | 10111101 | 110100 | 11011110 | 1111 | 1001101 | 0 | 1101 | 100100000 | 1001000 | 110110 |
Color Harmonies of #BD34DE
Complementary color
Monochromatic Colors of #BD34DE
Black with #BD34DE
Text Example
Text Example
White with #BD34DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34DE; }
p { color: rgb(189,52,222); }
H1.HeaderClassName
{
color: #BD34DE;
}
.AnyTagClassName
{
color: #BD34DE;
}
</style>
background-color css
<style>
a { background-color: #BD34DE; }
a { background-color: rgb(189,52,222); }
div.DivClassName
{
background-color: #BD34DE;
}
.BgClassName
{
background-color: #BD34DE;
}
</style>
border-color css
<style>
span { border-color: #BD34DE; }
span { border-color: rgb(189,52,222); }
td.TdClassName
{
border-color: #BD34DE;
}
.TagClassName
{
border-color: #BD34DE;
}
</style>