Shades of Medium Orchid #BC36DF
Tints of Medium Orchid #BC36DF
RGB
CMYK
RGB Variations
Color information
#BC36DF (or 0xBC36DF) is known color: Medium Orchid. HEX triplet: BC, 36 and DF. RGB value is (188,54,223). Sum of RGB (Red+Green+Blue) = 188+54+223=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC36DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36DF is #43C920. Grayscale: #707070. Windows color (decimal): -4442401 or 14628540. OLE color: 14628540.
HSL color Cylindrical-coordinate representation of color #BC36DF: hue angle of 287.57º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC36DF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 54 | 223 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.13 |
| HSL | 287.57º | 0.73% | 0.54% | - |
| HSV(B) | 287.57º | 0.76% | 0.87% | - |
| XYZ | 35.38 | 18.66 | 71.55 | - |
| YUV | 113.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 223 | 0.16 | 0.76 | 0 | 0.13 | 287.57 | 0.73 | 0.54 |
| Hex | BC | 36 | DF | 10 | 4C | 0 | D | 120 | 49 | 36 |
| Octal | 274 | 66 | 337 | 20 | 114 | 0 | 15 | 440 | 111 | 66 |
| Binary | 10111100 | 110110 | 11011111 | 10000 | 1001100 | 0 | 1101 | 100100000 | 1001001 | 110110 |
Color Harmonies of #BC36DF
Complementary color
Monochromatic Colors of #BC36DF
Black with #BC36DF
Text Example
Text Example
White with #BC36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36DF; }
p { color: rgb(188,54,223); }
H1.HeaderClassName
{
color: #BC36DF;
}
.AnyTagClassName
{
color: #BC36DF;
}
</style>
background-color css
<style>
a { background-color: #BC36DF; }
a { background-color: rgb(188,54,223); }
div.DivClassName
{
background-color: #BC36DF;
}
.BgClassName
{
background-color: #BC36DF;
}
</style>
border-color css
<style>
span { border-color: #BC36DF; }
span { border-color: rgb(188,54,223); }
td.TdClassName
{
border-color: #BC36DF;
}
.TagClassName
{
border-color: #BC36DF;
}
</style>