Shades of Medium Orchid #BC39EA
Tints of Medium Orchid #BC39EA
RGB
CMYK
RGB Variations
Color information
#BC39EA (or 0xBC39EA) is known color: Medium Orchid. HEX triplet: BC, 39 and EA. RGB value is (188,57,234). Sum of RGB (Red+Green+Blue) = 188+57+234=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC39EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC39EA is #43C615. Grayscale: #737373. Windows color (decimal): -4441622 or 15350204. OLE color: 15350204.
HSL color Cylindrical-coordinate representation of color #BC39EA: hue angle of 284.41º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC39EA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 57 | 234 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.08 |
| HSL | 284.41º | 0.81% | 0.57% | - |
| HSV(B) | 284.41º | 0.76% | 0.92% | - |
| XYZ | 37.05 | 19.56 | 79.66 | - |
| YUV | 116.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 234 | 0.20 | 0.76 | 0 | 0.08 | 284.41 | 0.81 | 0.57 |
| Hex | BC | 39 | EA | 14 | 4C | 0 | 8 | 11C | 51 | 39 |
| Octal | 274 | 71 | 352 | 24 | 114 | 0 | 10 | 434 | 121 | 71 |
| Binary | 10111100 | 111001 | 11101010 | 10100 | 1001100 | 0 | 1000 | 100011100 | 1010001 | 111001 |
Color Harmonies of #BC39EA
Complementary color
Monochromatic Colors of #BC39EA
Black with #BC39EA
Text Example
Text Example
White with #BC39EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC39EA; }
p { color: rgb(188,57,234); }
H1.HeaderClassName
{
color: #BC39EA;
}
.AnyTagClassName
{
color: #BC39EA;
}
</style>
background-color css
<style>
a { background-color: #BC39EA; }
a { background-color: rgb(188,57,234); }
div.DivClassName
{
background-color: #BC39EA;
}
.BgClassName
{
background-color: #BC39EA;
}
</style>
border-color css
<style>
span { border-color: #BC39EA; }
span { border-color: rgb(188,57,234); }
td.TdClassName
{
border-color: #BC39EA;
}
.TagClassName
{
border-color: #BC39EA;
}
</style>