Shades of Medium Orchid #BC2ED6
Tints of Medium Orchid #BC2ED6
RGB
CMYK
RGB Variations
Color information
#BC2ED6 (or 0xBC2ED6) is known color: Medium Orchid. HEX triplet: BC, 2E and D6. RGB value is (188,46,214). Sum of RGB (Red+Green+Blue) = 188+46+214=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC2ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ED6 is #43D129. Grayscale: #6B6B6B. Windows color (decimal): -4444458 or 14036668. OLE color: 14036668.
HSL color Cylindrical-coordinate representation of color #BC2ED6: hue angle of 290.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2ED6 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 46 | 214 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.16 |
| HSL | 290.71º | 0.67% | 0.51% | - |
| HSV(B) | 290.71º | 0.79% | 0.84% | - |
| XYZ | 33.85 | 17.5 | 65.21 | - |
| YUV | 107.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 214 | 0.12 | 0.79 | 0 | 0.16 | 290.71 | 0.67 | 0.51 |
| Hex | BC | 2E | D6 | C | 4F | 0 | 10 | 123 | 43 | 33 |
| Octal | 274 | 56 | 326 | 14 | 117 | 0 | 20 | 443 | 103 | 63 |
| Binary | 10111100 | 101110 | 11010110 | 1100 | 1001111 | 0 | 10000 | 100100011 | 1000011 | 110011 |
Color Harmonies of #BC2ED6
Complementary color
Monochromatic Colors of #BC2ED6
Black with #BC2ED6
Text Example
Text Example
White with #BC2ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ED6; }
p { color: rgb(188,46,214); }
H1.HeaderClassName
{
color: #BC2ED6;
}
.AnyTagClassName
{
color: #BC2ED6;
}
</style>
background-color css
<style>
a { background-color: #BC2ED6; }
a { background-color: rgb(188,46,214); }
div.DivClassName
{
background-color: #BC2ED6;
}
.BgClassName
{
background-color: #BC2ED6;
}
</style>
border-color css
<style>
span { border-color: #BC2ED6; }
span { border-color: rgb(188,46,214); }
td.TdClassName
{
border-color: #BC2ED6;
}
.TagClassName
{
border-color: #BC2ED6;
}
</style>