Shades of Medium Orchid #BC4DFE
Tints of Medium Orchid #BC4DFE
RGB
CMYK
RGB Variations
Color information
#BC4DFE (or 0xBC4DFE) is known color: Medium Orchid. HEX triplet: BC, 4D and FE. RGB value is (188,77,254). Sum of RGB (Red+Green+Blue) = 188+77+254=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DFE is #43B201. Grayscale: #818181. Windows color (decimal): -4436482 or 16666044. OLE color: 16666044.
HSL color Cylindrical-coordinate representation of color #BC4DFE: hue angle of 277.63º 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 #BC4DFE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 77 | 254 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.00 |
| HSL | 277.63º | 0.99% | 0.65% | - |
| HSV(B) | 277.63º | 0.7% | 1% | - |
| XYZ | 41.28 | 23.15 | 96.06 | - |
| YUV | 130.37 | 197.77 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 254 | 0.26 | 0.70 | 0 | 0.00 | 277.63 | 0.99 | 0.65 |
| Hex | BC | 4D | FE | 1A | 46 | 0 | 0 | 116 | 63 | 41 |
| Octal | 274 | 115 | 376 | 32 | 106 | 0 | 0 | 426 | 143 | 101 |
| Binary | 10111100 | 1001101 | 11111110 | 11010 | 1000110 | 0 | 0 | 100010110 | 1100011 | 1000001 |
Color Harmonies of #BC4DFE
Complementary color
Monochromatic Colors of #BC4DFE
Black with #BC4DFE
Text Example
Text Example
White with #BC4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DFE; }
p { color: rgb(188,77,254); }
H1.HeaderClassName
{
color: #BC4DFE;
}
.AnyTagClassName
{
color: #BC4DFE;
}
</style>
background-color css
<style>
a { background-color: #BC4DFE; }
a { background-color: rgb(188,77,254); }
div.DivClassName
{
background-color: #BC4DFE;
}
.BgClassName
{
background-color: #BC4DFE;
}
</style>
border-color css
<style>
span { border-color: #BC4DFE; }
span { border-color: rgb(188,77,254); }
td.TdClassName
{
border-color: #BC4DFE;
}
.TagClassName
{
border-color: #BC4DFE;
}
</style>