Shades of Medium Orchid #BC56F1
Tints of Medium Orchid #BC56F1
RGB
CMYK
RGB Variations
Color information
#BC56F1 (or 0xBC56F1) is known color: Medium Orchid. HEX triplet: BC, 56 and F1. RGB value is (188,86,241). Sum of RGB (Red+Green+Blue) = 188+86+241=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC56F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56F1 is #43A90E. Grayscale: #858585. Windows color (decimal): -4434191 or 15816380. OLE color: 15816380.
HSL color Cylindrical-coordinate representation of color #BC56F1: hue angle of 279.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC56F1 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 86 | 241 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.05 |
| HSL | 279.48º | 0.85% | 0.64% | - |
| HSV(B) | 279.48º | 0.64% | 0.95% | - |
| XYZ | 39.94 | 23.7 | 85.69 | - |
| YUV | 134.17 | 188.29 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 241 | 0.22 | 0.64 | 0 | 0.05 | 279.48 | 0.85 | 0.64 |
| Hex | BC | 56 | F1 | 16 | 40 | 0 | 5 | 117 | 55 | 40 |
| Octal | 274 | 126 | 361 | 26 | 100 | 0 | 5 | 427 | 125 | 100 |
| Binary | 10111100 | 1010110 | 11110001 | 10110 | 1000000 | 0 | 101 | 100010111 | 1010101 | 1000000 |
Color Harmonies of #BC56F1
Complementary color
Monochromatic Colors of #BC56F1
Black with #BC56F1
Text Example
Text Example
White with #BC56F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56F1; }
p { color: rgb(188,86,241); }
H1.HeaderClassName
{
color: #BC56F1;
}
.AnyTagClassName
{
color: #BC56F1;
}
</style>
background-color css
<style>
a { background-color: #BC56F1; }
a { background-color: rgb(188,86,241); }
div.DivClassName
{
background-color: #BC56F1;
}
.BgClassName
{
background-color: #BC56F1;
}
</style>
border-color css
<style>
span { border-color: #BC56F1; }
span { border-color: rgb(188,86,241); }
td.TdClassName
{
border-color: #BC56F1;
}
.TagClassName
{
border-color: #BC56F1;
}
</style>