Shades of Medium Orchid #BD33EC
Tints of Medium Orchid #BD33EC
RGB
CMYK
RGB Variations
Color information
#BD33EC (or 0xBD33EC) is known color: Medium Orchid. HEX triplet: BD, 33 and EC. RGB value is (189,51,236). Sum of RGB (Red+Green+Blue) = 189+51+236=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD33EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33EC is #42CC13. Grayscale: #707070. Windows color (decimal): -4377620 or 15479741. OLE color: 15479741.
HSL color Cylindrical-coordinate representation of color #BD33EC: hue angle of 284.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD33EC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 51 | 236 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.07 |
| HSL | 284.76º | 0.83% | 0.56% | - |
| HSV(B) | 284.76º | 0.78% | 0.93% | - |
| XYZ | 37.31 | 19.24 | 81.1 | - |
| YUV | 113.35 | 197.22 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 236 | 0.20 | 0.78 | 0 | 0.07 | 284.76 | 0.83 | 0.56 |
| Hex | BD | 33 | EC | 14 | 4E | 0 | 7 | 11D | 53 | 38 |
| Octal | 275 | 63 | 354 | 24 | 116 | 0 | 7 | 435 | 123 | 70 |
| Binary | 10111101 | 110011 | 11101100 | 10100 | 1001110 | 0 | 111 | 100011101 | 1010011 | 111000 |
Color Harmonies of #BD33EC
Complementary color
Monochromatic Colors of #BD33EC
Black with #BD33EC
Text Example
Text Example
White with #BD33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33EC; }
p { color: rgb(189,51,236); }
H1.HeaderClassName
{
color: #BD33EC;
}
.AnyTagClassName
{
color: #BD33EC;
}
</style>
background-color css
<style>
a { background-color: #BD33EC; }
a { background-color: rgb(189,51,236); }
div.DivClassName
{
background-color: #BD33EC;
}
.BgClassName
{
background-color: #BD33EC;
}
</style>
border-color css
<style>
span { border-color: #BD33EC; }
span { border-color: rgb(189,51,236); }
td.TdClassName
{
border-color: #BD33EC;
}
.TagClassName
{
border-color: #BD33EC;
}
</style>