Shades of Medium Orchid #BC36D6
Tints of Medium Orchid #BC36D6
RGB
CMYK
RGB Variations
Color information
#BC36D6 (or 0xBC36D6) is known color: Medium Orchid. HEX triplet: BC, 36 and D6. RGB value is (188,54,214). Sum of RGB (Red+Green+Blue) = 188+54+214=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC36D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36D6 is #43C929. Grayscale: #6F6F6F. Windows color (decimal): -4442410 or 14038716. OLE color: 14038716.
HSL color Cylindrical-coordinate representation of color #BC36D6: hue angle of 290.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC36D6 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 54 | 214 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.16 |
| HSL | 290.25º | 0.66% | 0.53% | - |
| HSV(B) | 290.25º | 0.75% | 0.84% | - |
| XYZ | 34.2 | 18.18 | 65.33 | - |
| YUV | 112.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 214 | 0.12 | 0.75 | 0 | 0.16 | 290.25 | 0.66 | 0.53 |
| Hex | BC | 36 | D6 | C | 4B | 0 | 10 | 122 | 42 | 35 |
| Octal | 274 | 66 | 326 | 14 | 113 | 0 | 20 | 442 | 102 | 65 |
| Binary | 10111100 | 110110 | 11010110 | 1100 | 1001011 | 0 | 10000 | 100100010 | 1000010 | 110101 |
Color Harmonies of #BC36D6
Complementary color
Monochromatic Colors of #BC36D6
Black with #BC36D6
Text Example
Text Example
White with #BC36D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36D6; }
p { color: rgb(188,54,214); }
H1.HeaderClassName
{
color: #BC36D6;
}
.AnyTagClassName
{
color: #BC36D6;
}
</style>
background-color css
<style>
a { background-color: #BC36D6; }
a { background-color: rgb(188,54,214); }
div.DivClassName
{
background-color: #BC36D6;
}
.BgClassName
{
background-color: #BC36D6;
}
</style>
border-color css
<style>
span { border-color: #BC36D6; }
span { border-color: rgb(188,54,214); }
td.TdClassName
{
border-color: #BC36D6;
}
.TagClassName
{
border-color: #BC36D6;
}
</style>