Shades of Medium Orchid #BD34EF
Tints of Medium Orchid #BD34EF
RGB
CMYK
RGB Variations
Color information
#BD34EF (or 0xBD34EF) is known color: Medium Orchid. HEX triplet: BD, 34 and EF. RGB value is (189,52,239). Sum of RGB (Red+Green+Blue) = 189+52+239=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD34EF is #42CB10. Grayscale: #717171. Windows color (decimal): -4377361 or 15676605. OLE color: 15676605.
HSL color Cylindrical-coordinate representation of color #BD34EF: hue angle of 283.96º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD34EF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 52 | 239 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.06 |
| HSL | 283.96º | 0.85% | 0.57% | - |
| HSV(B) | 283.96º | 0.78% | 0.94% | - |
| XYZ | 37.79 | 19.51 | 83.43 | - |
| YUV | 114.28 | 198.39 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 239 | 0.21 | 0.78 | 0 | 0.06 | 283.96 | 0.85 | 0.57 |
| Hex | BD | 34 | EF | 15 | 4E | 0 | 6 | 11C | 55 | 39 |
| Octal | 275 | 64 | 357 | 25 | 116 | 0 | 6 | 434 | 125 | 71 |
| Binary | 10111101 | 110100 | 11101111 | 10101 | 1001110 | 0 | 110 | 100011100 | 1010101 | 111001 |
Color Harmonies of #BD34EF
Complementary color
Monochromatic Colors of #BD34EF
Black with #BD34EF
Text Example
Text Example
White with #BD34EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34EF; }
p { color: rgb(189,52,239); }
H1.HeaderClassName
{
color: #BD34EF;
}
.AnyTagClassName
{
color: #BD34EF;
}
</style>
background-color css
<style>
a { background-color: #BD34EF; }
a { background-color: rgb(189,52,239); }
div.DivClassName
{
background-color: #BD34EF;
}
.BgClassName
{
background-color: #BD34EF;
}
</style>
border-color css
<style>
span { border-color: #BD34EF; }
span { border-color: rgb(189,52,239); }
td.TdClassName
{
border-color: #BD34EF;
}
.TagClassName
{
border-color: #BD34EF;
}
</style>