Shades of Medium Orchid #BC37E9
Tints of Medium Orchid #BC37E9
RGB
CMYK
RGB Variations
Color information
#BC37E9 (or 0xBC37E9) is known color: Medium Orchid. HEX triplet: BC, 37 and E9. RGB value is (188,55,233). Sum of RGB (Red+Green+Blue) = 188+55+233=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC37E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37E9 is #43C816. Grayscale: #727272. Windows color (decimal): -4442135 or 15284156. OLE color: 15284156.
HSL color Cylindrical-coordinate representation of color #BC37E9: hue angle of 284.83º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC37E9 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 55 | 233 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.09 |
| HSL | 284.83º | 0.8% | 0.56% | - |
| HSV(B) | 284.83º | 0.76% | 0.91% | - |
| XYZ | 36.81 | 19.31 | 78.88 | - |
| YUV | 115.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 233 | 0.19 | 0.76 | 0 | 0.09 | 284.83 | 0.8 | 0.56 |
| Hex | BC | 37 | E9 | 13 | 4C | 0 | 9 | 11D | 50 | 38 |
| Octal | 274 | 67 | 351 | 23 | 114 | 0 | 11 | 435 | 120 | 70 |
| Binary | 10111100 | 110111 | 11101001 | 10011 | 1001100 | 0 | 1001 | 100011101 | 1010000 | 111000 |
Color Harmonies of #BC37E9
Complementary color
Monochromatic Colors of #BC37E9
Black with #BC37E9
Text Example
Text Example
White with #BC37E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37E9; }
p { color: rgb(188,55,233); }
H1.HeaderClassName
{
color: #BC37E9;
}
.AnyTagClassName
{
color: #BC37E9;
}
</style>
background-color css
<style>
a { background-color: #BC37E9; }
a { background-color: rgb(188,55,233); }
div.DivClassName
{
background-color: #BC37E9;
}
.BgClassName
{
background-color: #BC37E9;
}
</style>
border-color css
<style>
span { border-color: #BC37E9; }
span { border-color: rgb(188,55,233); }
td.TdClassName
{
border-color: #BC37E9;
}
.TagClassName
{
border-color: #BC37E9;
}
</style>