Shades of Medium Orchid #BD34CE
Tints of Medium Orchid #BD34CE
RGB
CMYK
RGB Variations
Color information
#BD34CE (or 0xBD34CE) is known color: Medium Orchid. HEX triplet: BD, 34 and CE. RGB value is (189,52,206). Sum of RGB (Red+Green+Blue) = 189+52+206=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34CE is #42CB31. Grayscale: #6E6E6E. Windows color (decimal): -4377394 or 13513917. OLE color: 13513917.
HSL color Cylindrical-coordinate representation of color #BD34CE: hue angle of 293.38º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD34CE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 52 | 206 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.19 |
| HSL | 293.38º | 0.61% | 0.51% | - |
| HSV(B) | 293.38º | 0.75% | 0.81% | - |
| XYZ | 33.35 | 17.73 | 60.06 | - |
| YUV | 110.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 206 | 0.08 | 0.75 | 0 | 0.19 | 293.38 | 0.61 | 0.51 |
| Hex | BD | 34 | CE | 8 | 4B | 0 | 13 | 125 | 3D | 33 |
| Octal | 275 | 64 | 316 | 10 | 113 | 0 | 23 | 445 | 75 | 63 |
| Binary | 10111101 | 110100 | 11001110 | 1000 | 1001011 | 0 | 10011 | 100100101 | 111101 | 110011 |
Color Harmonies of #BD34CE
Complementary color
Monochromatic Colors of #BD34CE
Black with #BD34CE
Text Example
Text Example
White with #BD34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34CE; }
p { color: rgb(189,52,206); }
H1.HeaderClassName
{
color: #BD34CE;
}
.AnyTagClassName
{
color: #BD34CE;
}
</style>
background-color css
<style>
a { background-color: #BD34CE; }
a { background-color: rgb(189,52,206); }
div.DivClassName
{
background-color: #BD34CE;
}
.BgClassName
{
background-color: #BD34CE;
}
</style>
border-color css
<style>
span { border-color: #BD34CE; }
span { border-color: rgb(189,52,206); }
td.TdClassName
{
border-color: #BD34CE;
}
.TagClassName
{
border-color: #BD34CE;
}
</style>