Shades of Medium Orchid #BD44EC
Tints of Medium Orchid #BD44EC
RGB
CMYK
RGB Variations
Color information
#BD44EC (or 0xBD44EC) is known color: Medium Orchid. HEX triplet: BD, 44 and EC. RGB value is (189,68,236). Sum of RGB (Red+Green+Blue) = 189+68+236=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44EC is #42BB13. Grayscale: #7A7A7A. Windows color (decimal): -4373268 or 15484093. OLE color: 15484093.
HSL color Cylindrical-coordinate representation of color #BD44EC: hue angle of 283.21º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD44EC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 68 | 236 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.07 |
| HSL | 283.21º | 0.82% | 0.6% | - |
| HSV(B) | 283.21º | 0.71% | 0.93% | - |
| XYZ | 38.19 | 21.01 | 81.4 | - |
| YUV | 123.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 236 | 0.20 | 0.71 | 0 | 0.07 | 283.21 | 0.82 | 0.6 |
| Hex | BD | 44 | EC | 14 | 47 | 0 | 7 | 11B | 52 | 3C |
| Octal | 275 | 104 | 354 | 24 | 107 | 0 | 7 | 433 | 122 | 74 |
| Binary | 10111101 | 1000100 | 11101100 | 10100 | 1000111 | 0 | 111 | 100011011 | 1010010 | 111100 |
Color Harmonies of #BD44EC
Complementary color
Monochromatic Colors of #BD44EC
Black with #BD44EC
Text Example
Text Example
White with #BD44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44EC; }
p { color: rgb(189,68,236); }
H1.HeaderClassName
{
color: #BD44EC;
}
.AnyTagClassName
{
color: #BD44EC;
}
</style>
background-color css
<style>
a { background-color: #BD44EC; }
a { background-color: rgb(189,68,236); }
div.DivClassName
{
background-color: #BD44EC;
}
.BgClassName
{
background-color: #BD44EC;
}
</style>
border-color css
<style>
span { border-color: #BD44EC; }
span { border-color: rgb(189,68,236); }
td.TdClassName
{
border-color: #BD44EC;
}
.TagClassName
{
border-color: #BD44EC;
}
</style>