Shades of Medium Orchid #BC36D5
Tints of Medium Orchid #BC36D5
RGB
CMYK
RGB Variations
Color information
#BC36D5 (or 0xBC36D5) is known color: Medium Orchid. HEX triplet: BC, 36 and D5. RGB value is (188,54,213). Sum of RGB (Red+Green+Blue) = 188+54+213=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC36D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36D5 is #43C92A. Grayscale: #6F6F6F. Windows color (decimal): -4442411 or 13973180. OLE color: 13973180.
HSL color Cylindrical-coordinate representation of color #BC36D5: hue angle of 290.57º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC36D5 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 54 | 213 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.16 |
| HSL | 290.57º | 0.65% | 0.52% | - |
| HSV(B) | 290.57º | 0.75% | 0.84% | - |
| XYZ | 34.07 | 18.13 | 64.66 | - |
| YUV | 112.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 213 | 0.12 | 0.75 | 0 | 0.16 | 290.57 | 0.65 | 0.52 |
| Hex | BC | 36 | D5 | C | 4B | 0 | 10 | 123 | 41 | 34 |
| Octal | 274 | 66 | 325 | 14 | 113 | 0 | 20 | 443 | 101 | 64 |
| Binary | 10111100 | 110110 | 11010101 | 1100 | 1001011 | 0 | 10000 | 100100011 | 1000001 | 110100 |
Color Harmonies of #BC36D5
Complementary color
Monochromatic Colors of #BC36D5
Black with #BC36D5
Text Example
Text Example
White with #BC36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36D5; }
p { color: rgb(188,54,213); }
H1.HeaderClassName
{
color: #BC36D5;
}
.AnyTagClassName
{
color: #BC36D5;
}
</style>
background-color css
<style>
a { background-color: #BC36D5; }
a { background-color: rgb(188,54,213); }
div.DivClassName
{
background-color: #BC36D5;
}
.BgClassName
{
background-color: #BC36D5;
}
</style>
border-color css
<style>
span { border-color: #BC36D5; }
span { border-color: rgb(188,54,213); }
td.TdClassName
{
border-color: #BC36D5;
}
.TagClassName
{
border-color: #BC36D5;
}
</style>