Shades of Medium Orchid #BC37E5
Tints of Medium Orchid #BC37E5
RGB
CMYK
RGB Variations
Color information
#BC37E5 (or 0xBC37E5) is known color: Medium Orchid. HEX triplet: BC, 37 and E5. RGB value is (188,55,229). Sum of RGB (Red+Green+Blue) = 188+55+229=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC37E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37E5 is #43C81A. Grayscale: #727272. Windows color (decimal): -4442139 or 15022012. OLE color: 15022012.
HSL color Cylindrical-coordinate representation of color #BC37E5: hue angle of 285.86º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC37E5 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 55 | 229 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.10 |
| HSL | 285.86º | 0.77% | 0.56% | - |
| HSV(B) | 285.86º | 0.76% | 0.9% | - |
| XYZ | 36.25 | 19.08 | 75.9 | - |
| YUV | 114.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 229 | 0.18 | 0.76 | 0 | 0.10 | 285.86 | 0.77 | 0.56 |
| Hex | BC | 37 | E5 | 12 | 4C | 0 | A | 11E | 4D | 38 |
| Octal | 274 | 67 | 345 | 22 | 114 | 0 | 12 | 436 | 115 | 70 |
| Binary | 10111100 | 110111 | 11100101 | 10010 | 1001100 | 0 | 1010 | 100011110 | 1001101 | 111000 |
Color Harmonies of #BC37E5
Complementary color
Monochromatic Colors of #BC37E5
Black with #BC37E5
Text Example
Text Example
White with #BC37E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37E5; }
p { color: rgb(188,55,229); }
H1.HeaderClassName
{
color: #BC37E5;
}
.AnyTagClassName
{
color: #BC37E5;
}
</style>
background-color css
<style>
a { background-color: #BC37E5; }
a { background-color: rgb(188,55,229); }
div.DivClassName
{
background-color: #BC37E5;
}
.BgClassName
{
background-color: #BC37E5;
}
</style>
border-color css
<style>
span { border-color: #BC37E5; }
span { border-color: rgb(188,55,229); }
td.TdClassName
{
border-color: #BC37E5;
}
.TagClassName
{
border-color: #BC37E5;
}
</style>