Shades of Medium Orchid #BC41EC
Tints of Medium Orchid #BC41EC
RGB
CMYK
RGB Variations
Color information
#BC41EC (or 0xBC41EC) is known color: Medium Orchid. HEX triplet: BC, 41 and EC. RGB value is (188,65,236). Sum of RGB (Red+Green+Blue) = 188+65+236=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41EC is #43BE13. Grayscale: #787878. Windows color (decimal): -4439572 or 15483324. OLE color: 15483324.
HSL color Cylindrical-coordinate representation of color #BC41EC: hue angle of 283.16º 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 #BC41EC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 65 | 236 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 283.16º | 0.82% | 0.59% | - |
| HSV(B) | 283.16º | 0.72% | 0.93% | - |
| XYZ | 37.77 | 20.53 | 81.33 | - |
| YUV | 121.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 236 | 0.20 | 0.72 | 0 | 0.07 | 283.16 | 0.82 | 0.59 |
| Hex | BC | 41 | EC | 14 | 48 | 0 | 7 | 11B | 52 | 3B |
| Octal | 274 | 101 | 354 | 24 | 110 | 0 | 7 | 433 | 122 | 73 |
| Binary | 10111100 | 1000001 | 11101100 | 10100 | 1001000 | 0 | 111 | 100011011 | 1010010 | 111011 |
Color Harmonies of #BC41EC
Complementary color
Monochromatic Colors of #BC41EC
Black with #BC41EC
Text Example
Text Example
White with #BC41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41EC; }
p { color: rgb(188,65,236); }
H1.HeaderClassName
{
color: #BC41EC;
}
.AnyTagClassName
{
color: #BC41EC;
}
</style>
background-color css
<style>
a { background-color: #BC41EC; }
a { background-color: rgb(188,65,236); }
div.DivClassName
{
background-color: #BC41EC;
}
.BgClassName
{
background-color: #BC41EC;
}
</style>
border-color css
<style>
span { border-color: #BC41EC; }
span { border-color: rgb(188,65,236); }
td.TdClassName
{
border-color: #BC41EC;
}
.TagClassName
{
border-color: #BC41EC;
}
</style>