Shades of Medium Orchid #BC2EDF
Tints of Medium Orchid #BC2EDF
RGB
CMYK
RGB Variations
Color information
#BC2EDF (or 0xBC2EDF) is known color: Medium Orchid. HEX triplet: BC, 2E and DF. RGB value is (188,46,223). Sum of RGB (Red+Green+Blue) = 188+46+223=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC2EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EDF is #43D120. Grayscale: #6C6C6C. Windows color (decimal): -4444449 or 14626492. OLE color: 14626492.
HSL color Cylindrical-coordinate representation of color #BC2EDF: hue angle of 288.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2EDF is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 46 | 223 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.13 |
| HSL | 288.14º | 0.73% | 0.53% | - |
| HSV(B) | 288.14º | 0.79% | 0.87% | - |
| XYZ | 35.04 | 17.97 | 71.43 | - |
| YUV | 108.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 223 | 0.16 | 0.79 | 0 | 0.13 | 288.14 | 0.73 | 0.53 |
| Hex | BC | 2E | DF | 10 | 4F | 0 | D | 120 | 49 | 35 |
| Octal | 274 | 56 | 337 | 20 | 117 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111100 | 101110 | 11011111 | 10000 | 1001111 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BC2EDF
Complementary color
Monochromatic Colors of #BC2EDF
Black with #BC2EDF
Text Example
Text Example
White with #BC2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EDF; }
p { color: rgb(188,46,223); }
H1.HeaderClassName
{
color: #BC2EDF;
}
.AnyTagClassName
{
color: #BC2EDF;
}
</style>
background-color css
<style>
a { background-color: #BC2EDF; }
a { background-color: rgb(188,46,223); }
div.DivClassName
{
background-color: #BC2EDF;
}
.BgClassName
{
background-color: #BC2EDF;
}
</style>
border-color css
<style>
span { border-color: #BC2EDF; }
span { border-color: rgb(188,46,223); }
td.TdClassName
{
border-color: #BC2EDF;
}
.TagClassName
{
border-color: #BC2EDF;
}
</style>