Shades of Medium Orchid #BC58E1
Tints of Medium Orchid #BC58E1
RGB
CMYK
RGB Variations
Color information
#BC58E1 (or 0xBC58E1) is known color: Medium Orchid. HEX triplet: BC, 58 and E1. RGB value is (188,88,225). Sum of RGB (Red+Green+Blue) = 188+88+225=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC58E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58E1 is #43A71E. Grayscale: #858585. Windows color (decimal): -4433695 or 14768316. OLE color: 14768316.
HSL color Cylindrical-coordinate representation of color #BC58E1: hue angle of 283.8º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC58E1 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 88 | 225 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.12 |
| HSL | 283.8º | 0.7% | 0.61% | - |
| HSV(B) | 283.8º | 0.61% | 0.88% | - |
| XYZ | 37.82 | 23.11 | 73.7 | - |
| YUV | 133.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 225 | 0.16 | 0.61 | 0 | 0.12 | 283.8 | 0.7 | 0.61 |
| Hex | BC | 58 | E1 | 10 | 3D | 0 | C | 11C | 46 | 3D |
| Octal | 274 | 130 | 341 | 20 | 75 | 0 | 14 | 434 | 106 | 75 |
| Binary | 10111100 | 1011000 | 11100001 | 10000 | 111101 | 0 | 1100 | 100011100 | 1000110 | 111101 |
Color Harmonies of #BC58E1
Complementary color
Monochromatic Colors of #BC58E1
Black with #BC58E1
Text Example
Text Example
White with #BC58E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58E1; }
p { color: rgb(188,88,225); }
H1.HeaderClassName
{
color: #BC58E1;
}
.AnyTagClassName
{
color: #BC58E1;
}
</style>
background-color css
<style>
a { background-color: #BC58E1; }
a { background-color: rgb(188,88,225); }
div.DivClassName
{
background-color: #BC58E1;
}
.BgClassName
{
background-color: #BC58E1;
}
</style>
border-color css
<style>
span { border-color: #BC58E1; }
span { border-color: rgb(188,88,225); }
td.TdClassName
{
border-color: #BC58E1;
}
.TagClassName
{
border-color: #BC58E1;
}
</style>