Shades of Medium Orchid #BC4CFE
Tints of Medium Orchid #BC4CFE
RGB
CMYK
RGB Variations
Color information
#BC4CFE (or 0xBC4CFE) is known color: Medium Orchid. HEX triplet: BC, 4C and FE. RGB value is (188,76,254). Sum of RGB (Red+Green+Blue) = 188+76+254=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CFE is #43B301. Grayscale: #818181. Windows color (decimal): -4436738 or 16665788. OLE color: 16665788.
HSL color Cylindrical-coordinate representation of color #BC4CFE: hue angle of 277.75º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4CFE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 76 | 254 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.00 |
| HSL | 277.75º | 0.99% | 0.65% | - |
| HSV(B) | 277.75º | 0.7% | 1% | - |
| XYZ | 41.21 | 23.02 | 96.04 | - |
| YUV | 129.78 | 198.11 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 254 | 0.26 | 0.70 | 0 | 0.00 | 277.75 | 0.99 | 0.65 |
| Hex | BC | 4C | FE | 1A | 46 | 0 | 0 | 116 | 63 | 41 |
| Octal | 274 | 114 | 376 | 32 | 106 | 0 | 0 | 426 | 143 | 101 |
| Binary | 10111100 | 1001100 | 11111110 | 11010 | 1000110 | 0 | 0 | 100010110 | 1100011 | 1000001 |
Color Harmonies of #BC4CFE
Complementary color
Monochromatic Colors of #BC4CFE
Black with #BC4CFE
Text Example
Text Example
White with #BC4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CFE; }
p { color: rgb(188,76,254); }
H1.HeaderClassName
{
color: #BC4CFE;
}
.AnyTagClassName
{
color: #BC4CFE;
}
</style>
background-color css
<style>
a { background-color: #BC4CFE; }
a { background-color: rgb(188,76,254); }
div.DivClassName
{
background-color: #BC4CFE;
}
.BgClassName
{
background-color: #BC4CFE;
}
</style>
border-color css
<style>
span { border-color: #BC4CFE; }
span { border-color: rgb(188,76,254); }
td.TdClassName
{
border-color: #BC4CFE;
}
.TagClassName
{
border-color: #BC4CFE;
}
</style>