Shades of Medium Orchid #BC4EFF
Tints of Medium Orchid #BC4EFF
RGB
CMYK
RGB Variations
Color information
#BC4EFF (or 0xBC4EFF) is known color: Medium Orchid. HEX triplet: BC, 4E and FF. RGB value is (188,78,255). Sum of RGB (Red+Green+Blue) = 188+78+255=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EFF is #43B100. Grayscale: #828282. Windows color (decimal): -4436225 or 16731836. OLE color: 16731836.
HSL color Cylindrical-coordinate representation of color #BC4EFF: hue angle of 277.29º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4EFF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 78 | 255 | - |
| CMYK | 0.26 | 0.69 | 0 | 0 |
| HSL | 277.29º | 1% | 0.65% | - |
| HSV(B) | 277.29º | 0.69% | 1% | - |
| XYZ | 41.51 | 23.36 | 96.93 | - |
| YUV | 131.07 | 197.94 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 255 | 0.26 | 0.69 | 0 | 0 | 277.29 | 1 | 0.65 |
| Hex | BC | 4E | FF | 1A | 45 | 0 | 0 | 115 | 64 | 41 |
| Octal | 274 | 116 | 377 | 32 | 105 | 0 | 0 | 425 | 144 | 101 |
| Binary | 10111100 | 1001110 | 11111111 | 11010 | 1000101 | 0 | 0 | 100010101 | 1100100 | 1000001 |
Color Harmonies of #BC4EFF
Complementary color
Monochromatic Colors of #BC4EFF
Black with #BC4EFF
Text Example
Text Example
White with #BC4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EFF; }
p { color: rgb(188,78,255); }
H1.HeaderClassName
{
color: #BC4EFF;
}
.AnyTagClassName
{
color: #BC4EFF;
}
</style>
background-color css
<style>
a { background-color: #BC4EFF; }
a { background-color: rgb(188,78,255); }
div.DivClassName
{
background-color: #BC4EFF;
}
.BgClassName
{
background-color: #BC4EFF;
}
</style>
border-color css
<style>
span { border-color: #BC4EFF; }
span { border-color: rgb(188,78,255); }
td.TdClassName
{
border-color: #BC4EFF;
}
.TagClassName
{
border-color: #BC4EFF;
}
</style>