Shades of Medium Orchid #BC3BEA
Tints of Medium Orchid #BC3BEA
RGB
CMYK
RGB Variations
Color information
#BC3BEA (or 0xBC3BEA) is known color: Medium Orchid. HEX triplet: BC, 3B and EA. RGB value is (188,59,234). Sum of RGB (Red+Green+Blue) = 188+59+234=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC3BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BEA is #43C415. Grayscale: #747474. Windows color (decimal): -4441110 or 15350716. OLE color: 15350716.
HSL color Cylindrical-coordinate representation of color #BC3BEA: hue angle of 284.23º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3BEA is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 59 | 234 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.08 |
| HSL | 284.23º | 0.81% | 0.57% | - |
| HSV(B) | 284.23º | 0.75% | 0.92% | - |
| XYZ | 37.15 | 19.76 | 79.7 | - |
| YUV | 117.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 234 | 0.20 | 0.75 | 0 | 0.08 | 284.23 | 0.81 | 0.57 |
| Hex | BC | 3B | EA | 14 | 4B | 0 | 8 | 11C | 51 | 39 |
| Octal | 274 | 73 | 352 | 24 | 113 | 0 | 10 | 434 | 121 | 71 |
| Binary | 10111100 | 111011 | 11101010 | 10100 | 1001011 | 0 | 1000 | 100011100 | 1010001 | 111001 |
Color Harmonies of #BC3BEA
Complementary color
Monochromatic Colors of #BC3BEA
Black with #BC3BEA
Text Example
Text Example
White with #BC3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BEA; }
p { color: rgb(188,59,234); }
H1.HeaderClassName
{
color: #BC3BEA;
}
.AnyTagClassName
{
color: #BC3BEA;
}
</style>
background-color css
<style>
a { background-color: #BC3BEA; }
a { background-color: rgb(188,59,234); }
div.DivClassName
{
background-color: #BC3BEA;
}
.BgClassName
{
background-color: #BC3BEA;
}
</style>
border-color css
<style>
span { border-color: #BC3BEA; }
span { border-color: rgb(188,59,234); }
td.TdClassName
{
border-color: #BC3BEA;
}
.TagClassName
{
border-color: #BC3BEA;
}
</style>