Shades of Medium Orchid #BC41EB
Tints of Medium Orchid #BC41EB
RGB
CMYK
RGB Variations
Color information
#BC41EB (or 0xBC41EB) is known color: Medium Orchid. HEX triplet: BC, 41 and EB. RGB value is (188,65,235). Sum of RGB (Red+Green+Blue) = 188+65+235=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC41EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41EB is #43BE14. Grayscale: #787878. Windows color (decimal): -4439573 or 15417788. OLE color: 15417788.
HSL color Cylindrical-coordinate representation of color #BC41EB: hue angle of 283.41º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC41EB is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 65 | 235 | - |
| CMYK | 0.2 | 0.72 | 0 | 0.08 |
| HSL | 283.41º | 0.81% | 0.59% | - |
| HSV(B) | 283.41º | 0.72% | 0.92% | - |
| XYZ | 37.62 | 20.47 | 80.57 | - |
| YUV | 121.16 | 192.25 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 235 | 0.2 | 0.72 | 0 | 0.08 | 283.41 | 0.81 | 0.59 |
| Hex | BC | 41 | EB | 14 | 48 | 0 | 8 | 11B | 51 | 3B |
| Octal | 274 | 101 | 353 | 24 | 110 | 0 | 10 | 433 | 121 | 73 |
| Binary | 10111100 | 1000001 | 11101011 | 10100 | 1001000 | 0 | 1000 | 100011011 | 1010001 | 111011 |
Color Harmonies of #BC41EB
Complementary color
Monochromatic Colors of #BC41EB
Black with #BC41EB
Text Example
Text Example
White with #BC41EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41EB; }
p { color: rgb(188,65,235); }
H1.HeaderClassName
{
color: #BC41EB;
}
.AnyTagClassName
{
color: #BC41EB;
}
</style>
background-color css
<style>
a { background-color: #BC41EB; }
a { background-color: rgb(188,65,235); }
div.DivClassName
{
background-color: #BC41EB;
}
.BgClassName
{
background-color: #BC41EB;
}
</style>
border-color css
<style>
span { border-color: #BC41EB; }
span { border-color: rgb(188,65,235); }
td.TdClassName
{
border-color: #BC41EB;
}
.TagClassName
{
border-color: #BC41EB;
}
</style>