Shades of Medium Orchid #BC36E9
Tints of Medium Orchid #BC36E9
RGB
CMYK
RGB Variations
Color information
#BC36E9 (or 0xBC36E9) is known color: Medium Orchid. HEX triplet: BC, 36 and E9. RGB value is (188,54,233). Sum of RGB (Red+Green+Blue) = 188+54+233=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC36E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36E9 is #43C916. Grayscale: #717171. Windows color (decimal): -4442391 or 15283900. OLE color: 15283900.
HSL color Cylindrical-coordinate representation of color #BC36E9: hue angle of 284.92º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC36E9 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 54 | 233 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.09 |
| HSL | 284.92º | 0.8% | 0.56% | - |
| HSV(B) | 284.92º | 0.77% | 0.91% | - |
| XYZ | 36.77 | 19.21 | 78.86 | - |
| YUV | 114.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 233 | 0.19 | 0.77 | 0 | 0.09 | 284.92 | 0.8 | 0.56 |
| Hex | BC | 36 | E9 | 13 | 4D | 0 | 9 | 11D | 50 | 38 |
| Octal | 274 | 66 | 351 | 23 | 115 | 0 | 11 | 435 | 120 | 70 |
| Binary | 10111100 | 110110 | 11101001 | 10011 | 1001101 | 0 | 1001 | 100011101 | 1010000 | 111000 |
Color Harmonies of #BC36E9
Complementary color
Monochromatic Colors of #BC36E9
Black with #BC36E9
Text Example
Text Example
White with #BC36E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36E9; }
p { color: rgb(188,54,233); }
H1.HeaderClassName
{
color: #BC36E9;
}
.AnyTagClassName
{
color: #BC36E9;
}
</style>
background-color css
<style>
a { background-color: #BC36E9; }
a { background-color: rgb(188,54,233); }
div.DivClassName
{
background-color: #BC36E9;
}
.BgClassName
{
background-color: #BC36E9;
}
</style>
border-color css
<style>
span { border-color: #BC36E9; }
span { border-color: rgb(188,54,233); }
td.TdClassName
{
border-color: #BC36E9;
}
.TagClassName
{
border-color: #BC36E9;
}
</style>