Shades of Medium Orchid #BC33EC
Tints of Medium Orchid #BC33EC
RGB
CMYK
RGB Variations
Color information
#BC33EC (or 0xBC33EC) is known color: Medium Orchid. HEX triplet: BC, 33 and EC. RGB value is (188,51,236). Sum of RGB (Red+Green+Blue) = 188+51+236=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC33EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33EC is #43CC13. Grayscale: #707070. Windows color (decimal): -4443156 or 15479740. OLE color: 15479740.
HSL color Cylindrical-coordinate representation of color #BC33EC: hue angle of 284.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC33EC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 51 | 236 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.07 |
| HSL | 284.43º | 0.83% | 0.56% | - |
| HSV(B) | 284.43º | 0.78% | 0.93% | - |
| XYZ | 37.06 | 19.12 | 81.09 | - |
| YUV | 113.05 | 197.39 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 236 | 0.20 | 0.78 | 0 | 0.07 | 284.43 | 0.83 | 0.56 |
| Hex | BC | 33 | EC | 14 | 4E | 0 | 7 | 11C | 53 | 38 |
| Octal | 274 | 63 | 354 | 24 | 116 | 0 | 7 | 434 | 123 | 70 |
| Binary | 10111100 | 110011 | 11101100 | 10100 | 1001110 | 0 | 111 | 100011100 | 1010011 | 111000 |
Color Harmonies of #BC33EC
Complementary color
Monochromatic Colors of #BC33EC
Black with #BC33EC
Text Example
Text Example
White with #BC33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33EC; }
p { color: rgb(188,51,236); }
H1.HeaderClassName
{
color: #BC33EC;
}
.AnyTagClassName
{
color: #BC33EC;
}
</style>
background-color css
<style>
a { background-color: #BC33EC; }
a { background-color: rgb(188,51,236); }
div.DivClassName
{
background-color: #BC33EC;
}
.BgClassName
{
background-color: #BC33EC;
}
</style>
border-color css
<style>
span { border-color: #BC33EC; }
span { border-color: rgb(188,51,236); }
td.TdClassName
{
border-color: #BC33EC;
}
.TagClassName
{
border-color: #BC33EC;
}
</style>