Shades of Medium Orchid #BC4EF6
Tints of Medium Orchid #BC4EF6
RGB
CMYK
RGB Variations
Color information
#BC4EF6 (or 0xBC4EF6) is known color: Medium Orchid. HEX triplet: BC, 4E and F6. RGB value is (188,78,246). Sum of RGB (Red+Green+Blue) = 188+78+246=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC4EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EF6 is #43B109. Grayscale: #818181. Windows color (decimal): -4436234 or 16142012. OLE color: 16142012.
HSL color Cylindrical-coordinate representation of color #BC4EF6: hue angle of 279.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4EF6 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 78 | 246 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.04 |
| HSL | 279.29º | 0.9% | 0.64% | - |
| HSV(B) | 279.29º | 0.68% | 0.96% | - |
| XYZ | 40.1 | 22.79 | 89.48 | - |
| YUV | 130.04 | 193.44 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 246 | 0.24 | 0.68 | 0 | 0.04 | 279.29 | 0.9 | 0.64 |
| Hex | BC | 4E | F6 | 18 | 44 | 0 | 4 | 117 | 5A | 40 |
| Octal | 274 | 116 | 366 | 30 | 104 | 0 | 4 | 427 | 132 | 100 |
| Binary | 10111100 | 1001110 | 11110110 | 11000 | 1000100 | 0 | 100 | 100010111 | 1011010 | 1000000 |
Color Harmonies of #BC4EF6
Complementary color
Monochromatic Colors of #BC4EF6
Black with #BC4EF6
Text Example
Text Example
White with #BC4EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EF6; }
p { color: rgb(188,78,246); }
H1.HeaderClassName
{
color: #BC4EF6;
}
.AnyTagClassName
{
color: #BC4EF6;
}
</style>
background-color css
<style>
a { background-color: #BC4EF6; }
a { background-color: rgb(188,78,246); }
div.DivClassName
{
background-color: #BC4EF6;
}
.BgClassName
{
background-color: #BC4EF6;
}
</style>
border-color css
<style>
span { border-color: #BC4EF6; }
span { border-color: rgb(188,78,246); }
td.TdClassName
{
border-color: #BC4EF6;
}
.TagClassName
{
border-color: #BC4EF6;
}
</style>