Shades of Medium Orchid #BC41D9
Tints of Medium Orchid #BC41D9
RGB
CMYK
RGB Variations
Color information
#BC41D9 (or 0xBC41D9) is known color: Medium Orchid. HEX triplet: BC, 41 and D9. RGB value is (188,65,217). Sum of RGB (Red+Green+Blue) = 188+65+217=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC41D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41D9 is #43BE26. Grayscale: #767676. Windows color (decimal): -4439591 or 14238140. OLE color: 14238140.
HSL color Cylindrical-coordinate representation of color #BC41D9: hue angle of 288.55º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC41D9 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 65 | 217 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.15 |
| HSL | 288.55º | 0.67% | 0.55% | - |
| HSV(B) | 288.55º | 0.7% | 0.85% | - |
| XYZ | 35.15 | 19.48 | 67.55 | - |
| YUV | 119.11 | 183.25 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 217 | 0.13 | 0.70 | 0 | 0.15 | 288.55 | 0.67 | 0.55 |
| Hex | BC | 41 | D9 | D | 46 | 0 | F | 121 | 43 | 37 |
| Octal | 274 | 101 | 331 | 15 | 106 | 0 | 17 | 441 | 103 | 67 |
| Binary | 10111100 | 1000001 | 11011001 | 1101 | 1000110 | 0 | 1111 | 100100001 | 1000011 | 110111 |
Color Harmonies of #BC41D9
Complementary color
Monochromatic Colors of #BC41D9
Black with #BC41D9
Text Example
Text Example
White with #BC41D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41D9; }
p { color: rgb(188,65,217); }
H1.HeaderClassName
{
color: #BC41D9;
}
.AnyTagClassName
{
color: #BC41D9;
}
</style>
background-color css
<style>
a { background-color: #BC41D9; }
a { background-color: rgb(188,65,217); }
div.DivClassName
{
background-color: #BC41D9;
}
.BgClassName
{
background-color: #BC41D9;
}
</style>
border-color css
<style>
span { border-color: #BC41D9; }
span { border-color: rgb(188,65,217); }
td.TdClassName
{
border-color: #BC41D9;
}
.TagClassName
{
border-color: #BC41D9;
}
</style>