Shades of Medium Orchid #BC56F5
Tints of Medium Orchid #BC56F5
RGB
CMYK
RGB Variations
Color information
#BC56F5 (or 0xBC56F5) is known color: Medium Orchid. HEX triplet: BC, 56 and F5. RGB value is (188,86,245). Sum of RGB (Red+Green+Blue) = 188+86+245=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC56F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56F5 is #43A90A. Grayscale: #868686. Windows color (decimal): -4434187 or 16078524. OLE color: 16078524.
HSL color Cylindrical-coordinate representation of color #BC56F5: hue angle of 278.49º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC56F5 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 86 | 245 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.04 |
| HSL | 278.49º | 0.89% | 0.65% | - |
| HSV(B) | 278.49º | 0.65% | 0.96% | - |
| XYZ | 40.55 | 23.94 | 88.87 | - |
| YUV | 134.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 245 | 0.23 | 0.65 | 0 | 0.04 | 278.49 | 0.89 | 0.65 |
| Hex | BC | 56 | F5 | 17 | 41 | 0 | 4 | 116 | 59 | 41 |
| Octal | 274 | 126 | 365 | 27 | 101 | 0 | 4 | 426 | 131 | 101 |
| Binary | 10111100 | 1010110 | 11110101 | 10111 | 1000001 | 0 | 100 | 100010110 | 1011001 | 1000001 |
Color Harmonies of #BC56F5
Complementary color
Monochromatic Colors of #BC56F5
Black with #BC56F5
Text Example
Text Example
White with #BC56F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56F5; }
p { color: rgb(188,86,245); }
H1.HeaderClassName
{
color: #BC56F5;
}
.AnyTagClassName
{
color: #BC56F5;
}
</style>
background-color css
<style>
a { background-color: #BC56F5; }
a { background-color: rgb(188,86,245); }
div.DivClassName
{
background-color: #BC56F5;
}
.BgClassName
{
background-color: #BC56F5;
}
</style>
border-color css
<style>
span { border-color: #BC56F5; }
span { border-color: rgb(188,86,245); }
td.TdClassName
{
border-color: #BC56F5;
}
.TagClassName
{
border-color: #BC56F5;
}
</style>