Shades of Medium Orchid #BC41E4
Tints of Medium Orchid #BC41E4
RGB
CMYK
RGB Variations
Color information
#BC41E4 (or 0xBC41E4) is known color: Medium Orchid. HEX triplet: BC, 41 and E4. RGB value is (188,65,228). Sum of RGB (Red+Green+Blue) = 188+65+228=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC41E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41E4 is #43BE1B. Grayscale: #777777. Windows color (decimal): -4439580 or 14959036. OLE color: 14959036.
HSL color Cylindrical-coordinate representation of color #BC41E4: hue angle of 285.28º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC41E4 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 65 | 228 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.11 |
| HSL | 285.28º | 0.75% | 0.57% | - |
| HSV(B) | 285.28º | 0.71% | 0.89% | - |
| XYZ | 36.63 | 20.07 | 75.34 | - |
| YUV | 120.36 | 188.75 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 228 | 0.18 | 0.71 | 0 | 0.11 | 285.28 | 0.75 | 0.57 |
| Hex | BC | 41 | E4 | 12 | 47 | 0 | B | 11D | 4B | 39 |
| Octal | 274 | 101 | 344 | 22 | 107 | 0 | 13 | 435 | 113 | 71 |
| Binary | 10111100 | 1000001 | 11100100 | 10010 | 1000111 | 0 | 1011 | 100011101 | 1001011 | 111001 |
Color Harmonies of #BC41E4
Complementary color
Monochromatic Colors of #BC41E4
Black with #BC41E4
Text Example
Text Example
White with #BC41E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41E4; }
p { color: rgb(188,65,228); }
H1.HeaderClassName
{
color: #BC41E4;
}
.AnyTagClassName
{
color: #BC41E4;
}
</style>
background-color css
<style>
a { background-color: #BC41E4; }
a { background-color: rgb(188,65,228); }
div.DivClassName
{
background-color: #BC41E4;
}
.BgClassName
{
background-color: #BC41E4;
}
</style>
border-color css
<style>
span { border-color: #BC41E4; }
span { border-color: rgb(188,65,228); }
td.TdClassName
{
border-color: #BC41E4;
}
.TagClassName
{
border-color: #BC41E4;
}
</style>