Shades of Medium Orchid #BC3FEC
Tints of Medium Orchid #BC3FEC
RGB
CMYK
RGB Variations
Color information
#BC3FEC (or 0xBC3FEC) is known color: Medium Orchid. HEX triplet: BC, 3F and EC. RGB value is (188,63,236). Sum of RGB (Red+Green+Blue) = 188+63+236=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3FEC is #43C013. Grayscale: #777777. Windows color (decimal): -4440084 or 15482812. OLE color: 15482812.
HSL color Cylindrical-coordinate representation of color #BC3FEC: hue angle of 283.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3FEC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 63 | 236 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.07 |
| HSL | 283.35º | 0.82% | 0.59% | - |
| HSV(B) | 283.35º | 0.73% | 0.93% | - |
| XYZ | 37.66 | 20.3 | 81.29 | - |
| YUV | 120.1 | 193.41 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 236 | 0.20 | 0.73 | 0 | 0.07 | 283.35 | 0.82 | 0.59 |
| Hex | BC | 3F | EC | 14 | 49 | 0 | 7 | 11B | 52 | 3B |
| Octal | 274 | 77 | 354 | 24 | 111 | 0 | 7 | 433 | 122 | 73 |
| Binary | 10111100 | 111111 | 11101100 | 10100 | 1001001 | 0 | 111 | 100011011 | 1010010 | 111011 |
Color Harmonies of #BC3FEC
Complementary color
Monochromatic Colors of #BC3FEC
Black with #BC3FEC
Text Example
Text Example
White with #BC3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FEC; }
p { color: rgb(188,63,236); }
H1.HeaderClassName
{
color: #BC3FEC;
}
.AnyTagClassName
{
color: #BC3FEC;
}
</style>
background-color css
<style>
a { background-color: #BC3FEC; }
a { background-color: rgb(188,63,236); }
div.DivClassName
{
background-color: #BC3FEC;
}
.BgClassName
{
background-color: #BC3FEC;
}
</style>
border-color css
<style>
span { border-color: #BC3FEC; }
span { border-color: rgb(188,63,236); }
td.TdClassName
{
border-color: #BC3FEC;
}
.TagClassName
{
border-color: #BC3FEC;
}
</style>