Shades of Medium Orchid #BC2FE3
Tints of Medium Orchid #BC2FE3
RGB
CMYK
RGB Variations
Color information
#BC2FE3 (or 0xBC2FE3) is known color: Medium Orchid. HEX triplet: BC, 2F and E3. RGB value is (188,47,227). Sum of RGB (Red+Green+Blue) = 188+47+227=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC2FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FE3 is #43D01C. Grayscale: #6D6D6D. Windows color (decimal): -4444189 or 14888892. OLE color: 14888892.
HSL color Cylindrical-coordinate representation of color #BC2FE3: hue angle of 287º 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 #BC2FE3 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 47 | 227 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.11 |
| HSL | 287º | 0.76% | 0.54% | - |
| HSV(B) | 287º | 0.79% | 0.89% | - |
| XYZ | 35.62 | 18.27 | 74.32 | - |
| YUV | 109.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 227 | 0.17 | 0.79 | 0 | 0.11 | 287 | 0.76 | 0.54 |
| Hex | BC | 2F | E3 | 11 | 4F | 0 | B | 11F | 4C | 36 |
| Octal | 274 | 57 | 343 | 21 | 117 | 0 | 13 | 437 | 114 | 66 |
| Binary | 10111100 | 101111 | 11100011 | 10001 | 1001111 | 0 | 1011 | 100011111 | 1001100 | 110110 |
Color Harmonies of #BC2FE3
Complementary color
Monochromatic Colors of #BC2FE3
Black with #BC2FE3
Text Example
Text Example
White with #BC2FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FE3; }
p { color: rgb(188,47,227); }
H1.HeaderClassName
{
color: #BC2FE3;
}
.AnyTagClassName
{
color: #BC2FE3;
}
</style>
background-color css
<style>
a { background-color: #BC2FE3; }
a { background-color: rgb(188,47,227); }
div.DivClassName
{
background-color: #BC2FE3;
}
.BgClassName
{
background-color: #BC2FE3;
}
</style>
border-color css
<style>
span { border-color: #BC2FE3; }
span { border-color: rgb(188,47,227); }
td.TdClassName
{
border-color: #BC2FE3;
}
.TagClassName
{
border-color: #BC2FE3;
}
</style>