Shades of Medium Orchid #BC2DEC
Tints of Medium Orchid #BC2DEC
RGB
CMYK
RGB Variations
Color information
#BC2DEC (or 0xBC2DEC) is known color: Medium Orchid. HEX triplet: BC, 2D and EC. RGB value is (188,45,236). Sum of RGB (Red+Green+Blue) = 188+45+236=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC2DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DEC is #43D213. Grayscale: #6C6C6C. Windows color (decimal): -4444692 or 15478204. OLE color: 15478204.
HSL color Cylindrical-coordinate representation of color #BC2DEC: hue angle of 284.92º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2DEC is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 45 | 236 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.07 |
| HSL | 284.92º | 0.83% | 0.55% | - |
| HSV(B) | 284.92º | 0.81% | 0.93% | - |
| XYZ | 36.82 | 18.62 | 81.01 | - |
| YUV | 109.53 | 199.38 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 236 | 0.20 | 0.81 | 0 | 0.07 | 284.92 | 0.83 | 0.55 |
| Hex | BC | 2D | EC | 14 | 51 | 0 | 7 | 11D | 53 | 37 |
| Octal | 274 | 55 | 354 | 24 | 121 | 0 | 7 | 435 | 123 | 67 |
| Binary | 10111100 | 101101 | 11101100 | 10100 | 1010001 | 0 | 111 | 100011101 | 1010011 | 110111 |
Color Harmonies of #BC2DEC
Complementary color
Monochromatic Colors of #BC2DEC
Black with #BC2DEC
Text Example
Text Example
White with #BC2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DEC; }
p { color: rgb(188,45,236); }
H1.HeaderClassName
{
color: #BC2DEC;
}
.AnyTagClassName
{
color: #BC2DEC;
}
</style>
background-color css
<style>
a { background-color: #BC2DEC; }
a { background-color: rgb(188,45,236); }
div.DivClassName
{
background-color: #BC2DEC;
}
.BgClassName
{
background-color: #BC2DEC;
}
</style>
border-color css
<style>
span { border-color: #BC2DEC; }
span { border-color: rgb(188,45,236); }
td.TdClassName
{
border-color: #BC2DEC;
}
.TagClassName
{
border-color: #BC2DEC;
}
</style>