Shades of Medium Orchid #BC41EF
Tints of Medium Orchid #BC41EF
RGB
CMYK
RGB Variations
Color information
#BC41EF (or 0xBC41EF) is known color: Medium Orchid. HEX triplet: BC, 41 and EF. RGB value is (188,65,239). Sum of RGB (Red+Green+Blue) = 188+65+239=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41EF is #43BE10. Grayscale: #797979. Windows color (decimal): -4439569 or 15679932. OLE color: 15679932.
HSL color Cylindrical-coordinate representation of color #BC41EF: hue angle of 282.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC41EF is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 65 | 239 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.06 |
| HSL | 282.41º | 0.84% | 0.6% | - |
| HSV(B) | 282.41º | 0.73% | 0.94% | - |
| XYZ | 38.21 | 20.7 | 83.64 | - |
| YUV | 121.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 239 | 0.21 | 0.73 | 0 | 0.06 | 282.41 | 0.84 | 0.6 |
| Hex | BC | 41 | EF | 15 | 49 | 0 | 6 | 11A | 54 | 3C |
| Octal | 274 | 101 | 357 | 25 | 111 | 0 | 6 | 432 | 124 | 74 |
| Binary | 10111100 | 1000001 | 11101111 | 10101 | 1001001 | 0 | 110 | 100011010 | 1010100 | 111100 |
Color Harmonies of #BC41EF
Complementary color
Monochromatic Colors of #BC41EF
Black with #BC41EF
Text Example
Text Example
White with #BC41EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41EF; }
p { color: rgb(188,65,239); }
H1.HeaderClassName
{
color: #BC41EF;
}
.AnyTagClassName
{
color: #BC41EF;
}
</style>
background-color css
<style>
a { background-color: #BC41EF; }
a { background-color: rgb(188,65,239); }
div.DivClassName
{
background-color: #BC41EF;
}
.BgClassName
{
background-color: #BC41EF;
}
</style>
border-color css
<style>
span { border-color: #BC41EF; }
span { border-color: rgb(188,65,239); }
td.TdClassName
{
border-color: #BC41EF;
}
.TagClassName
{
border-color: #BC41EF;
}
</style>