Shades of Medium Orchid #BD71EC
Tints of Medium Orchid #BD71EC
RGB
CMYK
RGB Variations
Color information
#BD71EC (or 0xBD71EC) is known color: Medium Orchid. HEX triplet: BD, 71 and EC. RGB value is (189,113,236). Sum of RGB (Red+Green+Blue) = 189+113+236=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71EC is #428E13. Grayscale: #959595. Windows color (decimal): -4361748 or 15495613. OLE color: 15495613.
HSL color Cylindrical-coordinate representation of color #BD71EC: hue angle of 277.07º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD71EC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 113 | 236 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.07 |
| HSL | 277.07º | 0.76% | 0.68% | - |
| HSV(B) | 277.07º | 0.52% | 0.93% | - |
| XYZ | 42.03 | 28.69 | 82.68 | - |
| YUV | 149.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 236 | 0.20 | 0.52 | 0 | 0.07 | 277.07 | 0.76 | 0.68 |
| Hex | BD | 71 | EC | 14 | 34 | 0 | 7 | 115 | 4C | 44 |
| Octal | 275 | 161 | 354 | 24 | 64 | 0 | 7 | 425 | 114 | 104 |
| Binary | 10111101 | 1110001 | 11101100 | 10100 | 110100 | 0 | 111 | 100010101 | 1001100 | 1000100 |
Color Harmonies of #BD71EC
Complementary color
Monochromatic Colors of #BD71EC
Black with #BD71EC
Text Example
Text Example
White with #BD71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71EC; }
p { color: rgb(189,113,236); }
H1.HeaderClassName
{
color: #BD71EC;
}
.AnyTagClassName
{
color: #BD71EC;
}
</style>
background-color css
<style>
a { background-color: #BD71EC; }
a { background-color: rgb(189,113,236); }
div.DivClassName
{
background-color: #BD71EC;
}
.BgClassName
{
background-color: #BD71EC;
}
</style>
border-color css
<style>
span { border-color: #BD71EC; }
span { border-color: rgb(189,113,236); }
td.TdClassName
{
border-color: #BD71EC;
}
.TagClassName
{
border-color: #BD71EC;
}
</style>