Shades of Medium Orchid #BC36DC
Tints of Medium Orchid #BC36DC
RGB
CMYK
RGB Variations
Color information
#BC36DC (or 0xBC36DC) is known color: Medium Orchid. HEX triplet: BC, 36 and DC. RGB value is (188,54,220). Sum of RGB (Red+Green+Blue) = 188+54+220=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC36DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36DC is #43C923. Grayscale: #707070. Windows color (decimal): -4442404 or 14431932. OLE color: 14431932.
HSL color Cylindrical-coordinate representation of color #BC36DC: hue angle of 288.43º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC36DC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 54 | 220 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.14 |
| HSL | 288.43º | 0.7% | 0.54% | - |
| HSV(B) | 288.43º | 0.75% | 0.86% | - |
| XYZ | 34.98 | 18.5 | 69.44 | - |
| YUV | 112.99 | 188.39 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 220 | 0.15 | 0.75 | 0 | 0.14 | 288.43 | 0.7 | 0.54 |
| Hex | BC | 36 | DC | F | 4B | 0 | E | 120 | 46 | 36 |
| Octal | 274 | 66 | 334 | 17 | 113 | 0 | 16 | 440 | 106 | 66 |
| Binary | 10111100 | 110110 | 11011100 | 1111 | 1001011 | 0 | 1110 | 100100000 | 1000110 | 110110 |
Color Harmonies of #BC36DC
Complementary color
Monochromatic Colors of #BC36DC
Black with #BC36DC
Text Example
Text Example
White with #BC36DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36DC; }
p { color: rgb(188,54,220); }
H1.HeaderClassName
{
color: #BC36DC;
}
.AnyTagClassName
{
color: #BC36DC;
}
</style>
background-color css
<style>
a { background-color: #BC36DC; }
a { background-color: rgb(188,54,220); }
div.DivClassName
{
background-color: #BC36DC;
}
.BgClassName
{
background-color: #BC36DC;
}
</style>
border-color css
<style>
span { border-color: #BC36DC; }
span { border-color: rgb(188,54,220); }
td.TdClassName
{
border-color: #BC36DC;
}
.TagClassName
{
border-color: #BC36DC;
}
</style>