Shades of Medium Orchid #BD34DF
Tints of Medium Orchid #BD34DF
RGB
CMYK
RGB Variations
Color information
#BD34DF (or 0xBD34DF) is known color: Medium Orchid. HEX triplet: BD, 34 and DF. RGB value is (189,52,223). Sum of RGB (Red+Green+Blue) = 189+52+223=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34DF is #42CB20. Grayscale: #6F6F6F. Windows color (decimal): -4377377 or 14628029. OLE color: 14628029.
HSL color Cylindrical-coordinate representation of color #BD34DF: hue angle of 288.07º degrees, saturation: 0.73, 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 #BD34DF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 52 | 223 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.13 |
| HSL | 288.07º | 0.73% | 0.54% | - |
| HSV(B) | 288.07º | 0.77% | 0.87% | - |
| XYZ | 35.53 | 18.6 | 71.53 | - |
| YUV | 112.46 | 190.39 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 223 | 0.15 | 0.77 | 0 | 0.13 | 288.07 | 0.73 | 0.54 |
| Hex | BD | 34 | DF | F | 4D | 0 | D | 120 | 49 | 36 |
| Octal | 275 | 64 | 337 | 17 | 115 | 0 | 15 | 440 | 111 | 66 |
| Binary | 10111101 | 110100 | 11011111 | 1111 | 1001101 | 0 | 1101 | 100100000 | 1001001 | 110110 |
Color Harmonies of #BD34DF
Complementary color
Monochromatic Colors of #BD34DF
Black with #BD34DF
Text Example
Text Example
White with #BD34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34DF; }
p { color: rgb(189,52,223); }
H1.HeaderClassName
{
color: #BD34DF;
}
.AnyTagClassName
{
color: #BD34DF;
}
</style>
background-color css
<style>
a { background-color: #BD34DF; }
a { background-color: rgb(189,52,223); }
div.DivClassName
{
background-color: #BD34DF;
}
.BgClassName
{
background-color: #BD34DF;
}
</style>
border-color css
<style>
span { border-color: #BD34DF; }
span { border-color: rgb(189,52,223); }
td.TdClassName
{
border-color: #BD34DF;
}
.TagClassName
{
border-color: #BD34DF;
}
</style>