Shades of Medium Orchid #BC36E1
Tints of Medium Orchid #BC36E1
RGB
CMYK
RGB Variations
Color information
#BC36E1 (or 0xBC36E1) is known color: Medium Orchid. HEX triplet: BC, 36 and E1. RGB value is (188,54,225). Sum of RGB (Red+Green+Blue) = 188+54+225=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC36E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36E1 is #43C91E. Grayscale: #717171. Windows color (decimal): -4442399 or 14759612. OLE color: 14759612.
HSL color Cylindrical-coordinate representation of color #BC36E1: hue angle of 287.02º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC36E1 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 54 | 225 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.12 |
| HSL | 287.02º | 0.74% | 0.55% | - |
| HSV(B) | 287.02º | 0.76% | 0.88% | - |
| XYZ | 35.65 | 18.77 | 72.98 | - |
| YUV | 113.56 | 190.89 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 225 | 0.16 | 0.76 | 0 | 0.12 | 287.02 | 0.74 | 0.55 |
| Hex | BC | 36 | E1 | 10 | 4C | 0 | C | 11F | 4A | 37 |
| Octal | 274 | 66 | 341 | 20 | 114 | 0 | 14 | 437 | 112 | 67 |
| Binary | 10111100 | 110110 | 11100001 | 10000 | 1001100 | 0 | 1100 | 100011111 | 1001010 | 110111 |
Color Harmonies of #BC36E1
Complementary color
Monochromatic Colors of #BC36E1
Black with #BC36E1
Text Example
Text Example
White with #BC36E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36E1; }
p { color: rgb(188,54,225); }
H1.HeaderClassName
{
color: #BC36E1;
}
.AnyTagClassName
{
color: #BC36E1;
}
</style>
background-color css
<style>
a { background-color: #BC36E1; }
a { background-color: rgb(188,54,225); }
div.DivClassName
{
background-color: #BC36E1;
}
.BgClassName
{
background-color: #BC36E1;
}
</style>
border-color css
<style>
span { border-color: #BC36E1; }
span { border-color: rgb(188,54,225); }
td.TdClassName
{
border-color: #BC36E1;
}
.TagClassName
{
border-color: #BC36E1;
}
</style>