Shades of Medium Orchid #BD34E0
Tints of Medium Orchid #BD34E0
RGB
CMYK
RGB Variations
Color information
#BD34E0 (or 0xBD34E0) is known color: Medium Orchid. HEX triplet: BD, 34 and E0. RGB value is (189,52,224). Sum of RGB (Red+Green+Blue) = 189+52+224=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD34E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34E0 is #42CB1F. Grayscale: #707070. Windows color (decimal): -4377376 or 14693565. OLE color: 14693565.
HSL color Cylindrical-coordinate representation of color #BD34E0: hue angle of 287.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD34E0 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 52 | 224 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.12 |
| HSL | 287.79º | 0.74% | 0.54% | - |
| HSV(B) | 287.79º | 0.77% | 0.88% | - |
| XYZ | 35.67 | 18.66 | 72.24 | - |
| YUV | 112.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 224 | 0.16 | 0.77 | 0 | 0.12 | 287.79 | 0.74 | 0.54 |
| Hex | BD | 34 | E0 | 10 | 4D | 0 | C | 120 | 4A | 36 |
| Octal | 275 | 64 | 340 | 20 | 115 | 0 | 14 | 440 | 112 | 66 |
| Binary | 10111101 | 110100 | 11100000 | 10000 | 1001101 | 0 | 1100 | 100100000 | 1001010 | 110110 |
Color Harmonies of #BD34E0
Complementary color
Monochromatic Colors of #BD34E0
Black with #BD34E0
Text Example
Text Example
White with #BD34E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34E0; }
p { color: rgb(189,52,224); }
H1.HeaderClassName
{
color: #BD34E0;
}
.AnyTagClassName
{
color: #BD34E0;
}
</style>
background-color css
<style>
a { background-color: #BD34E0; }
a { background-color: rgb(189,52,224); }
div.DivClassName
{
background-color: #BD34E0;
}
.BgClassName
{
background-color: #BD34E0;
}
</style>
border-color css
<style>
span { border-color: #BD34E0; }
span { border-color: rgb(189,52,224); }
td.TdClassName
{
border-color: #BD34E0;
}
.TagClassName
{
border-color: #BD34E0;
}
</style>