Shades of Medium Orchid #BC4AE2
Tints of Medium Orchid #BC4AE2
RGB
CMYK
RGB Variations
Color information
#BC4AE2 (or 0xBC4AE2) is known color: Medium Orchid. HEX triplet: BC, 4A and E2. RGB value is (188,74,226). Sum of RGB (Red+Green+Blue) = 188+74+226=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC4AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AE2 is #43B51D. Grayscale: #7C7C7C. Windows color (decimal): -4437278 or 14830268. OLE color: 14830268.
HSL color Cylindrical-coordinate representation of color #BC4AE2: hue angle of 285º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4AE2 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 74 | 226 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.11 |
| HSL | 285º | 0.72% | 0.59% | - |
| HSV(B) | 285º | 0.67% | 0.89% | - |
| XYZ | 36.92 | 21.08 | 74.07 | - |
| YUV | 125.41 | 184.77 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 226 | 0.17 | 0.67 | 0 | 0.11 | 285 | 0.72 | 0.59 |
| Hex | BC | 4A | E2 | 11 | 43 | 0 | B | 11D | 48 | 3B |
| Octal | 274 | 112 | 342 | 21 | 103 | 0 | 13 | 435 | 110 | 73 |
| Binary | 10111100 | 1001010 | 11100010 | 10001 | 1000011 | 0 | 1011 | 100011101 | 1001000 | 111011 |
Color Harmonies of #BC4AE2
Complementary color
Monochromatic Colors of #BC4AE2
Black with #BC4AE2
Text Example
Text Example
White with #BC4AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4AE2; }
p { color: rgb(188,74,226); }
H1.HeaderClassName
{
color: #BC4AE2;
}
.AnyTagClassName
{
color: #BC4AE2;
}
</style>
background-color css
<style>
a { background-color: #BC4AE2; }
a { background-color: rgb(188,74,226); }
div.DivClassName
{
background-color: #BC4AE2;
}
.BgClassName
{
background-color: #BC4AE2;
}
</style>
border-color css
<style>
span { border-color: #BC4AE2; }
span { border-color: rgb(188,74,226); }
td.TdClassName
{
border-color: #BC4AE2;
}
.TagClassName
{
border-color: #BC4AE2;
}
</style>