Shades of Medium Orchid #BC36CE
Tints of Medium Orchid #BC36CE
RGB
CMYK
RGB Variations
Color information
#BC36CE (or 0xBC36CE) is known color: Medium Orchid. HEX triplet: BC, 36 and CE. RGB value is (188,54,206). Sum of RGB (Red+Green+Blue) = 188+54+206=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36CE is #43C931. Grayscale: #6E6E6E. Windows color (decimal): -4442418 or 13514428. OLE color: 13514428.
HSL color Cylindrical-coordinate representation of color #BC36CE: hue angle of 292.89º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC36CE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 54 | 206 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.19 |
| HSL | 292.89º | 0.61% | 0.51% | - |
| HSV(B) | 292.89º | 0.74% | 0.81% | - |
| XYZ | 33.2 | 17.79 | 60.08 | - |
| YUV | 111.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 206 | 0.09 | 0.74 | 0 | 0.19 | 292.89 | 0.61 | 0.51 |
| Hex | BC | 36 | CE | 9 | 4A | 0 | 13 | 125 | 3D | 33 |
| Octal | 274 | 66 | 316 | 11 | 112 | 0 | 23 | 445 | 75 | 63 |
| Binary | 10111100 | 110110 | 11001110 | 1001 | 1001010 | 0 | 10011 | 100100101 | 111101 | 110011 |
Color Harmonies of #BC36CE
Complementary color
Monochromatic Colors of #BC36CE
Black with #BC36CE
Text Example
Text Example
White with #BC36CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36CE; }
p { color: rgb(188,54,206); }
H1.HeaderClassName
{
color: #BC36CE;
}
.AnyTagClassName
{
color: #BC36CE;
}
</style>
background-color css
<style>
a { background-color: #BC36CE; }
a { background-color: rgb(188,54,206); }
div.DivClassName
{
background-color: #BC36CE;
}
.BgClassName
{
background-color: #BC36CE;
}
</style>
border-color css
<style>
span { border-color: #BC36CE; }
span { border-color: rgb(188,54,206); }
td.TdClassName
{
border-color: #BC36CE;
}
.TagClassName
{
border-color: #BC36CE;
}
</style>