Shades of Medium Orchid #BD41EC
Tints of Medium Orchid #BD41EC
RGB
CMYK
RGB Variations
Color information
#BD41EC (or 0xBD41EC) is known color: Medium Orchid. HEX triplet: BD, 41 and EC. RGB value is (189,65,236). Sum of RGB (Red+Green+Blue) = 189+65+236=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41EC is #42BE13. Grayscale: #797979. Windows color (decimal): -4374036 or 15483325. OLE color: 15483325.
HSL color Cylindrical-coordinate representation of color #BD41EC: hue angle of 283.51º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD41EC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 65 | 236 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 283.51º | 0.82% | 0.59% | - |
| HSV(B) | 283.51º | 0.72% | 0.93% | - |
| XYZ | 38.02 | 20.66 | 81.34 | - |
| YUV | 121.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 236 | 0.20 | 0.72 | 0 | 0.07 | 283.51 | 0.82 | 0.59 |
| Hex | BD | 41 | EC | 14 | 48 | 0 | 7 | 11C | 52 | 3B |
| Octal | 275 | 101 | 354 | 24 | 110 | 0 | 7 | 434 | 122 | 73 |
| Binary | 10111101 | 1000001 | 11101100 | 10100 | 1001000 | 0 | 111 | 100011100 | 1010010 | 111011 |
Color Harmonies of #BD41EC
Complementary color
Monochromatic Colors of #BD41EC
Black with #BD41EC
Text Example
Text Example
White with #BD41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41EC; }
p { color: rgb(189,65,236); }
H1.HeaderClassName
{
color: #BD41EC;
}
.AnyTagClassName
{
color: #BD41EC;
}
</style>
background-color css
<style>
a { background-color: #BD41EC; }
a { background-color: rgb(189,65,236); }
div.DivClassName
{
background-color: #BD41EC;
}
.BgClassName
{
background-color: #BD41EC;
}
</style>
border-color css
<style>
span { border-color: #BD41EC; }
span { border-color: rgb(189,65,236); }
td.TdClassName
{
border-color: #BD41EC;
}
.TagClassName
{
border-color: #BD41EC;
}
</style>