Shades of Medium Orchid #BC41D1
Tints of Medium Orchid #BC41D1
RGB
CMYK
RGB Variations
Color information
#BC41D1 (or 0xBC41D1) is known color: Medium Orchid. HEX triplet: BC, 41 and D1. RGB value is (188,65,209). Sum of RGB (Red+Green+Blue) = 188+65+209=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC41D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41D1 is #43BE2E. Grayscale: #757575. Windows color (decimal): -4439599 or 13713852. OLE color: 13713852.
HSL color Cylindrical-coordinate representation of color #BC41D1: hue angle of 291.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC41D1 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 65 | 209 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.18 |
| HSL | 291.25º | 0.61% | 0.54% | - |
| HSV(B) | 291.25º | 0.69% | 0.82% | - |
| XYZ | 34.14 | 19.08 | 62.2 | - |
| YUV | 118.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 209 | 0.10 | 0.69 | 0 | 0.18 | 291.25 | 0.61 | 0.54 |
| Hex | BC | 41 | D1 | A | 45 | 0 | 12 | 123 | 3D | 36 |
| Octal | 274 | 101 | 321 | 12 | 105 | 0 | 22 | 443 | 75 | 66 |
| Binary | 10111100 | 1000001 | 11010001 | 1010 | 1000101 | 0 | 10010 | 100100011 | 111101 | 110110 |
Color Harmonies of #BC41D1
Complementary color
Monochromatic Colors of #BC41D1
Black with #BC41D1
Text Example
Text Example
White with #BC41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41D1; }
p { color: rgb(188,65,209); }
H1.HeaderClassName
{
color: #BC41D1;
}
.AnyTagClassName
{
color: #BC41D1;
}
</style>
background-color css
<style>
a { background-color: #BC41D1; }
a { background-color: rgb(188,65,209); }
div.DivClassName
{
background-color: #BC41D1;
}
.BgClassName
{
background-color: #BC41D1;
}
</style>
border-color css
<style>
span { border-color: #BC41D1; }
span { border-color: rgb(188,65,209); }
td.TdClassName
{
border-color: #BC41D1;
}
.TagClassName
{
border-color: #BC41D1;
}
</style>