Shades of Medium Orchid #BC31EC
Tints of Medium Orchid #BC31EC
RGB
CMYK
RGB Variations
Color information
#BC31EC (or 0xBC31EC) is known color: Medium Orchid. HEX triplet: BC, 31 and EC. RGB value is (188,49,236). Sum of RGB (Red+Green+Blue) = 188+49+236=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31EC is #43CE13. Grayscale: #6F6F6F. Windows color (decimal): -4443668 or 15479228. OLE color: 15479228.
HSL color Cylindrical-coordinate representation of color #BC31EC: hue angle of 284.6º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC31EC is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 49 | 236 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.07 |
| HSL | 284.6º | 0.83% | 0.56% | - |
| HSV(B) | 284.6º | 0.79% | 0.93% | - |
| XYZ | 36.98 | 18.94 | 81.06 | - |
| YUV | 111.88 | 198.05 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 236 | 0.20 | 0.79 | 0 | 0.07 | 284.6 | 0.83 | 0.56 |
| Hex | BC | 31 | EC | 14 | 4F | 0 | 7 | 11D | 53 | 38 |
| Octal | 274 | 61 | 354 | 24 | 117 | 0 | 7 | 435 | 123 | 70 |
| Binary | 10111100 | 110001 | 11101100 | 10100 | 1001111 | 0 | 111 | 100011101 | 1010011 | 111000 |
Color Harmonies of #BC31EC
Complementary color
Monochromatic Colors of #BC31EC
Black with #BC31EC
Text Example
Text Example
White with #BC31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31EC; }
p { color: rgb(188,49,236); }
H1.HeaderClassName
{
color: #BC31EC;
}
.AnyTagClassName
{
color: #BC31EC;
}
</style>
background-color css
<style>
a { background-color: #BC31EC; }
a { background-color: rgb(188,49,236); }
div.DivClassName
{
background-color: #BC31EC;
}
.BgClassName
{
background-color: #BC31EC;
}
</style>
border-color css
<style>
span { border-color: #BC31EC; }
span { border-color: rgb(188,49,236); }
td.TdClassName
{
border-color: #BC31EC;
}
.TagClassName
{
border-color: #BC31EC;
}
</style>