Shades of Medium Orchid #BC4CE2
Tints of Medium Orchid #BC4CE2
RGB
CMYK
RGB Variations
Color information
#BC4CE2 (or 0xBC4CE2) is known color: Medium Orchid. HEX triplet: BC, 4C and E2. RGB value is (188,76,226). Sum of RGB (Red+Green+Blue) = 188+76+226=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC4CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CE2 is #43B31D. Grayscale: #7E7E7E. Windows color (decimal): -4436766 or 14830780. OLE color: 14830780.
HSL color Cylindrical-coordinate representation of color #BC4CE2: hue angle of 284.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4CE2 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 76 | 226 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.11 |
| HSL | 284.8º | 0.72% | 0.59% | - |
| HSV(B) | 284.8º | 0.66% | 0.89% | - |
| XYZ | 37.05 | 21.35 | 74.12 | - |
| YUV | 126.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 226 | 0.17 | 0.66 | 0 | 0.11 | 284.8 | 0.72 | 0.59 |
| Hex | BC | 4C | E2 | 11 | 42 | 0 | B | 11D | 48 | 3B |
| Octal | 274 | 114 | 342 | 21 | 102 | 0 | 13 | 435 | 110 | 73 |
| Binary | 10111100 | 1001100 | 11100010 | 10001 | 1000010 | 0 | 1011 | 100011101 | 1001000 | 111011 |
Color Harmonies of #BC4CE2
Complementary color
Monochromatic Colors of #BC4CE2
Black with #BC4CE2
Text Example
Text Example
White with #BC4CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CE2; }
p { color: rgb(188,76,226); }
H1.HeaderClassName
{
color: #BC4CE2;
}
.AnyTagClassName
{
color: #BC4CE2;
}
</style>
background-color css
<style>
a { background-color: #BC4CE2; }
a { background-color: rgb(188,76,226); }
div.DivClassName
{
background-color: #BC4CE2;
}
.BgClassName
{
background-color: #BC4CE2;
}
</style>
border-color css
<style>
span { border-color: #BC4CE2; }
span { border-color: rgb(188,76,226); }
td.TdClassName
{
border-color: #BC4CE2;
}
.TagClassName
{
border-color: #BC4CE2;
}
</style>