Shades of Medium Orchid #BC43EC
Tints of Medium Orchid #BC43EC
RGB
CMYK
RGB Variations
Color information
#BC43EC (or 0xBC43EC) is known color: Medium Orchid. HEX triplet: BC, 43 and EC. RGB value is (188,67,236). Sum of RGB (Red+Green+Blue) = 188+67+236=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC43EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43EC is #43BC13. Grayscale: #797979. Windows color (decimal): -4439060 or 15483836. OLE color: 15483836.
HSL color Cylindrical-coordinate representation of color #BC43EC: hue angle of 282.96º 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 #BC43EC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 67 | 236 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 282.96º | 0.82% | 0.59% | - |
| HSV(B) | 282.96º | 0.72% | 0.93% | - |
| XYZ | 37.89 | 20.76 | 81.37 | - |
| YUV | 122.45 | 192.09 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 236 | 0.20 | 0.72 | 0 | 0.07 | 282.96 | 0.82 | 0.59 |
| Hex | BC | 43 | EC | 14 | 48 | 0 | 7 | 11B | 52 | 3B |
| Octal | 274 | 103 | 354 | 24 | 110 | 0 | 7 | 433 | 122 | 73 |
| Binary | 10111100 | 1000011 | 11101100 | 10100 | 1001000 | 0 | 111 | 100011011 | 1010010 | 111011 |
Color Harmonies of #BC43EC
Complementary color
Monochromatic Colors of #BC43EC
Black with #BC43EC
Text Example
Text Example
White with #BC43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43EC; }
p { color: rgb(188,67,236); }
H1.HeaderClassName
{
color: #BC43EC;
}
.AnyTagClassName
{
color: #BC43EC;
}
</style>
background-color css
<style>
a { background-color: #BC43EC; }
a { background-color: rgb(188,67,236); }
div.DivClassName
{
background-color: #BC43EC;
}
.BgClassName
{
background-color: #BC43EC;
}
</style>
border-color css
<style>
span { border-color: #BC43EC; }
span { border-color: rgb(188,67,236); }
td.TdClassName
{
border-color: #BC43EC;
}
.TagClassName
{
border-color: #BC43EC;
}
</style>