Shades of Medium Orchid #BC36ED
Tints of Medium Orchid #BC36ED
RGB
CMYK
RGB Variations
Color information
#BC36ED (or 0xBC36ED) is known color: Medium Orchid. HEX triplet: BC, 36 and ED. RGB value is (188,54,237). Sum of RGB (Red+Green+Blue) = 188+54+237=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC36ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36ED is #43C912. Grayscale: #727272. Windows color (decimal): -4442387 or 15546044. OLE color: 15546044.
HSL color Cylindrical-coordinate representation of color #BC36ED: hue angle of 283.93º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC36ED is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 54 | 237 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.07 |
| HSL | 283.93º | 0.84% | 0.57% | - |
| HSV(B) | 283.93º | 0.77% | 0.93% | - |
| XYZ | 37.34 | 19.44 | 81.91 | - |
| YUV | 114.93 | 196.89 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 237 | 0.21 | 0.77 | 0 | 0.07 | 283.93 | 0.84 | 0.57 |
| Hex | BC | 36 | ED | 15 | 4D | 0 | 7 | 11C | 54 | 39 |
| Octal | 274 | 66 | 355 | 25 | 115 | 0 | 7 | 434 | 124 | 71 |
| Binary | 10111100 | 110110 | 11101101 | 10101 | 1001101 | 0 | 111 | 100011100 | 1010100 | 111001 |
Color Harmonies of #BC36ED
Complementary color
Monochromatic Colors of #BC36ED
Black with #BC36ED
Text Example
Text Example
White with #BC36ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36ED; }
p { color: rgb(188,54,237); }
H1.HeaderClassName
{
color: #BC36ED;
}
.AnyTagClassName
{
color: #BC36ED;
}
</style>
background-color css
<style>
a { background-color: #BC36ED; }
a { background-color: rgb(188,54,237); }
div.DivClassName
{
background-color: #BC36ED;
}
.BgClassName
{
background-color: #BC36ED;
}
</style>
border-color css
<style>
span { border-color: #BC36ED; }
span { border-color: rgb(188,54,237); }
td.TdClassName
{
border-color: #BC36ED;
}
.TagClassName
{
border-color: #BC36ED;
}
</style>