Shades of Medium Orchid #BC62EC
Tints of Medium Orchid #BC62EC
RGB
CMYK
RGB Variations
Color information
#BC62EC (or 0xBC62EC) is known color: Medium Orchid. HEX triplet: BC, 62 and EC. RGB value is (188,98,236). Sum of RGB (Red+Green+Blue) = 188+98+236=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62EC is #439D13. Grayscale: #8C8C8C. Windows color (decimal): -4431124 or 15491772. OLE color: 15491772.
HSL color Cylindrical-coordinate representation of color #BC62EC: hue angle of 279.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC62EC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 98 | 236 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.07 |
| HSL | 279.13º | 0.78% | 0.65% | - |
| HSV(B) | 279.13º | 0.58% | 0.93% | - |
| XYZ | 40.25 | 25.48 | 82.15 | - |
| YUV | 140.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 236 | 0.20 | 0.58 | 0 | 0.07 | 279.13 | 0.78 | 0.65 |
| Hex | BC | 62 | EC | 14 | 3A | 0 | 7 | 117 | 4E | 41 |
| Octal | 274 | 142 | 354 | 24 | 72 | 0 | 7 | 427 | 116 | 101 |
| Binary | 10111100 | 1100010 | 11101100 | 10100 | 111010 | 0 | 111 | 100010111 | 1001110 | 1000001 |
Color Harmonies of #BC62EC
Complementary color
Monochromatic Colors of #BC62EC
Black with #BC62EC
Text Example
Text Example
White with #BC62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62EC; }
p { color: rgb(188,98,236); }
H1.HeaderClassName
{
color: #BC62EC;
}
.AnyTagClassName
{
color: #BC62EC;
}
</style>
background-color css
<style>
a { background-color: #BC62EC; }
a { background-color: rgb(188,98,236); }
div.DivClassName
{
background-color: #BC62EC;
}
.BgClassName
{
background-color: #BC62EC;
}
</style>
border-color css
<style>
span { border-color: #BC62EC; }
span { border-color: rgb(188,98,236); }
td.TdClassName
{
border-color: #BC62EC;
}
.TagClassName
{
border-color: #BC62EC;
}
</style>