Shades of Medium Orchid #BC2EE8
Tints of Medium Orchid #BC2EE8
RGB
CMYK
RGB Variations
Color information
#BC2EE8 (or 0xBC2EE8) is known color: Medium Orchid. HEX triplet: BC, 2E and E8. RGB value is (188,46,232). Sum of RGB (Red+Green+Blue) = 188+46+232=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC2EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EE8 is #43D117. Grayscale: #6D6D6D. Windows color (decimal): -4444440 or 15216316. OLE color: 15216316.
HSL color Cylindrical-coordinate representation of color #BC2EE8: hue angle of 285.81º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2EE8 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 46 | 232 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.09 |
| HSL | 285.81º | 0.8% | 0.55% | - |
| HSV(B) | 285.81º | 0.8% | 0.91% | - |
| XYZ | 36.28 | 18.47 | 78 | - |
| YUV | 109.66 | 197.04 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 232 | 0.19 | 0.80 | 0 | 0.09 | 285.81 | 0.8 | 0.55 |
| Hex | BC | 2E | E8 | 13 | 50 | 0 | 9 | 11E | 50 | 37 |
| Octal | 274 | 56 | 350 | 23 | 120 | 0 | 11 | 436 | 120 | 67 |
| Binary | 10111100 | 101110 | 11101000 | 10011 | 1010000 | 0 | 1001 | 100011110 | 1010000 | 110111 |
Color Harmonies of #BC2EE8
Complementary color
Monochromatic Colors of #BC2EE8
Black with #BC2EE8
Text Example
Text Example
White with #BC2EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EE8; }
p { color: rgb(188,46,232); }
H1.HeaderClassName
{
color: #BC2EE8;
}
.AnyTagClassName
{
color: #BC2EE8;
}
</style>
background-color css
<style>
a { background-color: #BC2EE8; }
a { background-color: rgb(188,46,232); }
div.DivClassName
{
background-color: #BC2EE8;
}
.BgClassName
{
background-color: #BC2EE8;
}
</style>
border-color css
<style>
span { border-color: #BC2EE8; }
span { border-color: rgb(188,46,232); }
td.TdClassName
{
border-color: #BC2EE8;
}
.TagClassName
{
border-color: #BC2EE8;
}
</style>