Shades of Medium Orchid #BC3CEC
Tints of Medium Orchid #BC3CEC
RGB
CMYK
RGB Variations
Color information
#BC3CEC (or 0xBC3CEC) is known color: Medium Orchid. HEX triplet: BC, 3C and EC. RGB value is (188,60,236). Sum of RGB (Red+Green+Blue) = 188+60+236=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CEC is #43C313. Grayscale: #757575. Windows color (decimal): -4440852 or 15482044. OLE color: 15482044.
HSL color Cylindrical-coordinate representation of color #BC3CEC: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3CEC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 60 | 236 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.07 |
| HSL | 283.64º | 0.82% | 0.58% | - |
| HSV(B) | 283.64º | 0.75% | 0.93% | - |
| XYZ | 37.5 | 19.98 | 81.24 | - |
| YUV | 118.34 | 194.41 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 236 | 0.20 | 0.75 | 0 | 0.07 | 283.64 | 0.82 | 0.58 |
| Hex | BC | 3C | EC | 14 | 4B | 0 | 7 | 11C | 52 | 3A |
| Octal | 274 | 74 | 354 | 24 | 113 | 0 | 7 | 434 | 122 | 72 |
| Binary | 10111100 | 111100 | 11101100 | 10100 | 1001011 | 0 | 111 | 100011100 | 1010010 | 111010 |
Color Harmonies of #BC3CEC
Complementary color
Monochromatic Colors of #BC3CEC
Black with #BC3CEC
Text Example
Text Example
White with #BC3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CEC; }
p { color: rgb(188,60,236); }
H1.HeaderClassName
{
color: #BC3CEC;
}
.AnyTagClassName
{
color: #BC3CEC;
}
</style>
background-color css
<style>
a { background-color: #BC3CEC; }
a { background-color: rgb(188,60,236); }
div.DivClassName
{
background-color: #BC3CEC;
}
.BgClassName
{
background-color: #BC3CEC;
}
</style>
border-color css
<style>
span { border-color: #BC3CEC; }
span { border-color: rgb(188,60,236); }
td.TdClassName
{
border-color: #BC3CEC;
}
.TagClassName
{
border-color: #BC3CEC;
}
</style>