Shades of Medium Orchid #BD34ED
Tints of Medium Orchid #BD34ED
RGB
CMYK
RGB Variations
Color information
#BD34ED (or 0xBD34ED) is known color: Medium Orchid. HEX triplet: BD, 34 and ED. RGB value is (189,52,237). Sum of RGB (Red+Green+Blue) = 189+52+237=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD34ED is #42CB12. Grayscale: #717171. Windows color (decimal): -4377363 or 15545533. OLE color: 15545533.
HSL color Cylindrical-coordinate representation of color #BD34ED: hue angle of 284.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD34ED is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 52 | 237 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.07 |
| HSL | 284.43º | 0.84% | 0.57% | - |
| HSV(B) | 284.43º | 0.78% | 0.93% | - |
| XYZ | 37.5 | 19.39 | 81.89 | - |
| YUV | 114.05 | 197.39 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 237 | 0.20 | 0.78 | 0 | 0.07 | 284.43 | 0.84 | 0.57 |
| Hex | BD | 34 | ED | 14 | 4E | 0 | 7 | 11C | 54 | 39 |
| Octal | 275 | 64 | 355 | 24 | 116 | 0 | 7 | 434 | 124 | 71 |
| Binary | 10111101 | 110100 | 11101101 | 10100 | 1001110 | 0 | 111 | 100011100 | 1010100 | 111001 |
Color Harmonies of #BD34ED
Complementary color
Monochromatic Colors of #BD34ED
Black with #BD34ED
Text Example
Text Example
White with #BD34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34ED; }
p { color: rgb(189,52,237); }
H1.HeaderClassName
{
color: #BD34ED;
}
.AnyTagClassName
{
color: #BD34ED;
}
</style>
background-color css
<style>
a { background-color: #BD34ED; }
a { background-color: rgb(189,52,237); }
div.DivClassName
{
background-color: #BD34ED;
}
.BgClassName
{
background-color: #BD34ED;
}
</style>
border-color css
<style>
span { border-color: #BD34ED; }
span { border-color: rgb(189,52,237); }
td.TdClassName
{
border-color: #BD34ED;
}
.TagClassName
{
border-color: #BD34ED;
}
</style>