Shades of Medium Orchid #BC51EC
Tints of Medium Orchid #BC51EC
RGB
CMYK
RGB Variations
Color information
#BC51EC (or 0xBC51EC) is known color: Medium Orchid. HEX triplet: BC, 51 and EC. RGB value is (188,81,236). Sum of RGB (Red+Green+Blue) = 188+81+236=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC51EC is #43AE13. Grayscale: #828282. Windows color (decimal): -4435476 or 15487420. OLE color: 15487420.
HSL color Cylindrical-coordinate representation of color #BC51EC: hue angle of 281.42º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC51EC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 81 | 236 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.07 |
| HSL | 281.42º | 0.8% | 0.62% | - |
| HSV(B) | 281.42º | 0.66% | 0.93% | - |
| XYZ | 38.82 | 22.63 | 81.68 | - |
| YUV | 130.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 236 | 0.20 | 0.66 | 0 | 0.07 | 281.42 | 0.8 | 0.62 |
| Hex | BC | 51 | EC | 14 | 42 | 0 | 7 | 119 | 50 | 3E |
| Octal | 274 | 121 | 354 | 24 | 102 | 0 | 7 | 431 | 120 | 76 |
| Binary | 10111100 | 1010001 | 11101100 | 10100 | 1000010 | 0 | 111 | 100011001 | 1010000 | 111110 |
Color Harmonies of #BC51EC
Complementary color
Monochromatic Colors of #BC51EC
Black with #BC51EC
Text Example
Text Example
White with #BC51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51EC; }
p { color: rgb(188,81,236); }
H1.HeaderClassName
{
color: #BC51EC;
}
.AnyTagClassName
{
color: #BC51EC;
}
</style>
background-color css
<style>
a { background-color: #BC51EC; }
a { background-color: rgb(188,81,236); }
div.DivClassName
{
background-color: #BC51EC;
}
.BgClassName
{
background-color: #BC51EC;
}
</style>
border-color css
<style>
span { border-color: #BC51EC; }
span { border-color: rgb(188,81,236); }
td.TdClassName
{
border-color: #BC51EC;
}
.TagClassName
{
border-color: #BC51EC;
}
</style>