Shades of Medium Orchid #BC3FE4
Tints of Medium Orchid #BC3FE4
RGB
CMYK
RGB Variations
Color information
#BC3FE4 (or 0xBC3FE4) is known color: Medium Orchid. HEX triplet: BC, 3F and E4. RGB value is (188,63,228). Sum of RGB (Red+Green+Blue) = 188+63+228=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC3FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FE4 is #43C01B. Grayscale: #767676. Windows color (decimal): -4440092 or 14958524. OLE color: 14958524.
HSL color Cylindrical-coordinate representation of color #BC3FE4: hue angle of 285.45º 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 #BC3FE4 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 63 | 228 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.11 |
| HSL | 285.45º | 0.75% | 0.57% | - |
| HSV(B) | 285.45º | 0.72% | 0.89% | - |
| XYZ | 36.52 | 19.85 | 75.3 | - |
| YUV | 119.19 | 189.41 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 228 | 0.18 | 0.72 | 0 | 0.11 | 285.45 | 0.75 | 0.57 |
| Hex | BC | 3F | E4 | 12 | 48 | 0 | B | 11D | 4B | 39 |
| Octal | 274 | 77 | 344 | 22 | 110 | 0 | 13 | 435 | 113 | 71 |
| Binary | 10111100 | 111111 | 11100100 | 10010 | 1001000 | 0 | 1011 | 100011101 | 1001011 | 111001 |
Color Harmonies of #BC3FE4
Complementary color
Monochromatic Colors of #BC3FE4
Black with #BC3FE4
Text Example
Text Example
White with #BC3FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FE4; }
p { color: rgb(188,63,228); }
H1.HeaderClassName
{
color: #BC3FE4;
}
.AnyTagClassName
{
color: #BC3FE4;
}
</style>
background-color css
<style>
a { background-color: #BC3FE4; }
a { background-color: rgb(188,63,228); }
div.DivClassName
{
background-color: #BC3FE4;
}
.BgClassName
{
background-color: #BC3FE4;
}
</style>
border-color css
<style>
span { border-color: #BC3FE4; }
span { border-color: rgb(188,63,228); }
td.TdClassName
{
border-color: #BC3FE4;
}
.TagClassName
{
border-color: #BC3FE4;
}
</style>