Shades of Medium Orchid #BC39E5
Tints of Medium Orchid #BC39E5
RGB
CMYK
RGB Variations
Color information
#BC39E5 (or 0xBC39E5) is known color: Medium Orchid. HEX triplet: BC, 39 and E5. RGB value is (188,57,229). Sum of RGB (Red+Green+Blue) = 188+57+229=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC39E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39E5 is #43C61A. Grayscale: #737373. Windows color (decimal): -4441627 or 15022524. OLE color: 15022524.
HSL color Cylindrical-coordinate representation of color #BC39E5: hue angle of 285.7º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC39E5 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 57 | 229 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.10 |
| HSL | 285.7º | 0.77% | 0.56% | - |
| HSV(B) | 285.7º | 0.75% | 0.9% | - |
| XYZ | 36.35 | 19.27 | 75.93 | - |
| YUV | 115.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 229 | 0.18 | 0.75 | 0 | 0.10 | 285.7 | 0.77 | 0.56 |
| Hex | BC | 39 | E5 | 12 | 4B | 0 | A | 11E | 4D | 38 |
| Octal | 274 | 71 | 345 | 22 | 113 | 0 | 12 | 436 | 115 | 70 |
| Binary | 10111100 | 111001 | 11100101 | 10010 | 1001011 | 0 | 1010 | 100011110 | 1001101 | 111000 |
Color Harmonies of #BC39E5
Complementary color
Monochromatic Colors of #BC39E5
Black with #BC39E5
Text Example
Text Example
White with #BC39E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC39E5; }
p { color: rgb(188,57,229); }
H1.HeaderClassName
{
color: #BC39E5;
}
.AnyTagClassName
{
color: #BC39E5;
}
</style>
background-color css
<style>
a { background-color: #BC39E5; }
a { background-color: rgb(188,57,229); }
div.DivClassName
{
background-color: #BC39E5;
}
.BgClassName
{
background-color: #BC39E5;
}
</style>
border-color css
<style>
span { border-color: #BC39E5; }
span { border-color: rgb(188,57,229); }
td.TdClassName
{
border-color: #BC39E5;
}
.TagClassName
{
border-color: #BC39E5;
}
</style>