Shades of Medium Orchid #BC3FE3
Tints of Medium Orchid #BC3FE3
RGB
CMYK
RGB Variations
Color information
#BC3FE3 (or 0xBC3FE3) is known color: Medium Orchid. HEX triplet: BC, 3F and E3. RGB value is (188,63,227). Sum of RGB (Red+Green+Blue) = 188+63+227=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC3FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FE3 is #43C01C. Grayscale: #767676. Windows color (decimal): -4440093 or 14892988. OLE color: 14892988.
HSL color Cylindrical-coordinate representation of color #BC3FE3: hue angle of 285.73º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3FE3 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 63 | 227 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.11 |
| HSL | 285.73º | 0.75% | 0.57% | - |
| HSV(B) | 285.73º | 0.72% | 0.89% | - |
| XYZ | 36.38 | 19.79 | 74.58 | - |
| YUV | 119.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 227 | 0.17 | 0.72 | 0 | 0.11 | 285.73 | 0.75 | 0.57 |
| Hex | BC | 3F | E3 | 11 | 48 | 0 | B | 11E | 4B | 39 |
| Octal | 274 | 77 | 343 | 21 | 110 | 0 | 13 | 436 | 113 | 71 |
| Binary | 10111100 | 111111 | 11100011 | 10001 | 1001000 | 0 | 1011 | 100011110 | 1001011 | 111001 |
Color Harmonies of #BC3FE3
Complementary color
Monochromatic Colors of #BC3FE3
Black with #BC3FE3
Text Example
Text Example
White with #BC3FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FE3; }
p { color: rgb(188,63,227); }
H1.HeaderClassName
{
color: #BC3FE3;
}
.AnyTagClassName
{
color: #BC3FE3;
}
</style>
background-color css
<style>
a { background-color: #BC3FE3; }
a { background-color: rgb(188,63,227); }
div.DivClassName
{
background-color: #BC3FE3;
}
.BgClassName
{
background-color: #BC3FE3;
}
</style>
border-color css
<style>
span { border-color: #BC3FE3; }
span { border-color: rgb(188,63,227); }
td.TdClassName
{
border-color: #BC3FE3;
}
.TagClassName
{
border-color: #BC3FE3;
}
</style>