Shades of Medium Orchid #BC38EC
Tints of Medium Orchid #BC38EC
RGB
CMYK
RGB Variations
Color information
#BC38EC (or 0xBC38EC) is known color: Medium Orchid. HEX triplet: BC, 38 and EC. RGB value is (188,56,236). Sum of RGB (Red+Green+Blue) = 188+56+236=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38EC is #43C713. Grayscale: #737373. Windows color (decimal): -4441876 or 15481020. OLE color: 15481020.
HSL color Cylindrical-coordinate representation of color #BC38EC: hue angle of 284º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC38EC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 56 | 236 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.07 |
| HSL | 284º | 0.83% | 0.57% | - |
| HSV(B) | 284º | 0.76% | 0.93% | - |
| XYZ | 37.29 | 19.58 | 81.17 | - |
| YUV | 115.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 236 | 0.20 | 0.76 | 0 | 0.07 | 284 | 0.83 | 0.57 |
| Hex | BC | 38 | EC | 14 | 4C | 0 | 7 | 11C | 53 | 39 |
| Octal | 274 | 70 | 354 | 24 | 114 | 0 | 7 | 434 | 123 | 71 |
| Binary | 10111100 | 111000 | 11101100 | 10100 | 1001100 | 0 | 111 | 100011100 | 1010011 | 111001 |
Color Harmonies of #BC38EC
Complementary color
Monochromatic Colors of #BC38EC
Black with #BC38EC
Text Example
Text Example
White with #BC38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38EC; }
p { color: rgb(188,56,236); }
H1.HeaderClassName
{
color: #BC38EC;
}
.AnyTagClassName
{
color: #BC38EC;
}
</style>
background-color css
<style>
a { background-color: #BC38EC; }
a { background-color: rgb(188,56,236); }
div.DivClassName
{
background-color: #BC38EC;
}
.BgClassName
{
background-color: #BC38EC;
}
</style>
border-color css
<style>
span { border-color: #BC38EC; }
span { border-color: rgb(188,56,236); }
td.TdClassName
{
border-color: #BC38EC;
}
.TagClassName
{
border-color: #BC38EC;
}
</style>