Shades of Medium Orchid #BC2FE2
Tints of Medium Orchid #BC2FE2
RGB
CMYK
RGB Variations
Color information
#BC2FE2 (or 0xBC2FE2) is known color: Medium Orchid. HEX triplet: BC, 2F and E2. RGB value is (188,47,226). Sum of RGB (Red+Green+Blue) = 188+47+226=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC2FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FE2 is #43D01D. Grayscale: #6C6C6C. Windows color (decimal): -4444190 or 14823356. OLE color: 14823356.
HSL color Cylindrical-coordinate representation of color #BC2FE2: hue angle of 287.26º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2FE2 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 47 | 226 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.11 |
| HSL | 287.26º | 0.76% | 0.54% | - |
| HSV(B) | 287.26º | 0.79% | 0.89% | - |
| XYZ | 35.48 | 18.22 | 73.6 | - |
| YUV | 109.57 | 193.71 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 226 | 0.17 | 0.79 | 0 | 0.11 | 287.26 | 0.76 | 0.54 |
| Hex | BC | 2F | E2 | 11 | 4F | 0 | B | 11F | 4C | 36 |
| Octal | 274 | 57 | 342 | 21 | 117 | 0 | 13 | 437 | 114 | 66 |
| Binary | 10111100 | 101111 | 11100010 | 10001 | 1001111 | 0 | 1011 | 100011111 | 1001100 | 110110 |
Color Harmonies of #BC2FE2
Complementary color
Monochromatic Colors of #BC2FE2
Black with #BC2FE2
Text Example
Text Example
White with #BC2FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FE2; }
p { color: rgb(188,47,226); }
H1.HeaderClassName
{
color: #BC2FE2;
}
.AnyTagClassName
{
color: #BC2FE2;
}
</style>
background-color css
<style>
a { background-color: #BC2FE2; }
a { background-color: rgb(188,47,226); }
div.DivClassName
{
background-color: #BC2FE2;
}
.BgClassName
{
background-color: #BC2FE2;
}
</style>
border-color css
<style>
span { border-color: #BC2FE2; }
span { border-color: rgb(188,47,226); }
td.TdClassName
{
border-color: #BC2FE2;
}
.TagClassName
{
border-color: #BC2FE2;
}
</style>