Shades of Medium Orchid #BC36EB
Tints of Medium Orchid #BC36EB
RGB
CMYK
RGB Variations
Color information
#BC36EB (or 0xBC36EB) is known color: Medium Orchid. HEX triplet: BC, 36 and EB. RGB value is (188,54,235). Sum of RGB (Red+Green+Blue) = 188+54+235=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC36EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36EB is #43C914. Grayscale: #727272. Windows color (decimal): -4442389 or 15414972. OLE color: 15414972.
HSL color Cylindrical-coordinate representation of color #BC36EB: hue angle of 284.42º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC36EB is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 54 | 235 | - |
| CMYK | 0.2 | 0.77 | 0 | 0.08 |
| HSL | 284.42º | 0.82% | 0.57% | - |
| HSV(B) | 284.42º | 0.77% | 0.92% | - |
| XYZ | 37.05 | 19.33 | 80.37 | - |
| YUV | 114.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 235 | 0.2 | 0.77 | 0 | 0.08 | 284.42 | 0.82 | 0.57 |
| Hex | BC | 36 | EB | 14 | 4D | 0 | 8 | 11C | 52 | 39 |
| Octal | 274 | 66 | 353 | 24 | 115 | 0 | 10 | 434 | 122 | 71 |
| Binary | 10111100 | 110110 | 11101011 | 10100 | 1001101 | 0 | 1000 | 100011100 | 1010010 | 111001 |
Color Harmonies of #BC36EB
Complementary color
Monochromatic Colors of #BC36EB
Black with #BC36EB
Text Example
Text Example
White with #BC36EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36EB; }
p { color: rgb(188,54,235); }
H1.HeaderClassName
{
color: #BC36EB;
}
.AnyTagClassName
{
color: #BC36EB;
}
</style>
background-color css
<style>
a { background-color: #BC36EB; }
a { background-color: rgb(188,54,235); }
div.DivClassName
{
background-color: #BC36EB;
}
.BgClassName
{
background-color: #BC36EB;
}
</style>
border-color css
<style>
span { border-color: #BC36EB; }
span { border-color: rgb(188,54,235); }
td.TdClassName
{
border-color: #BC36EB;
}
.TagClassName
{
border-color: #BC36EB;
}
</style>