Shades of Medium Orchid #BC39D1
Tints of Medium Orchid #BC39D1
RGB
CMYK
RGB Variations
Color information
#BC39D1 (or 0xBC39D1) is known color: Medium Orchid. HEX triplet: BC, 39 and D1. RGB value is (188,57,209). Sum of RGB (Red+Green+Blue) = 188+57+209=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC39D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39D1 is #43C62E. Grayscale: #717171. Windows color (decimal): -4441647 or 13711804. OLE color: 13711804.
HSL color Cylindrical-coordinate representation of color #BC39D1: hue angle of 291.71º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC39D1 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 57 | 209 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.18 |
| HSL | 291.71º | 0.62% | 0.52% | - |
| HSV(B) | 291.71º | 0.73% | 0.82% | - |
| XYZ | 33.71 | 18.22 | 62.06 | - |
| YUV | 113.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 209 | 0.10 | 0.73 | 0 | 0.18 | 291.71 | 0.62 | 0.52 |
| Hex | BC | 39 | D1 | A | 49 | 0 | 12 | 124 | 3E | 34 |
| Octal | 274 | 71 | 321 | 12 | 111 | 0 | 22 | 444 | 76 | 64 |
| Binary | 10111100 | 111001 | 11010001 | 1010 | 1001001 | 0 | 10010 | 100100100 | 111110 | 110100 |
Color Harmonies of #BC39D1
Complementary color
Monochromatic Colors of #BC39D1
Black with #BC39D1
Text Example
Text Example
White with #BC39D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC39D1; }
p { color: rgb(188,57,209); }
H1.HeaderClassName
{
color: #BC39D1;
}
.AnyTagClassName
{
color: #BC39D1;
}
</style>
background-color css
<style>
a { background-color: #BC39D1; }
a { background-color: rgb(188,57,209); }
div.DivClassName
{
background-color: #BC39D1;
}
.BgClassName
{
background-color: #BC39D1;
}
</style>
border-color css
<style>
span { border-color: #BC39D1; }
span { border-color: rgb(188,57,209); }
td.TdClassName
{
border-color: #BC39D1;
}
.TagClassName
{
border-color: #BC39D1;
}
</style>