Shades of Medium Orchid #BC57F2
Tints of Medium Orchid #BC57F2
RGB
CMYK
RGB Variations
Color information
#BC57F2 (or 0xBC57F2) is known color: Medium Orchid. HEX triplet: BC, 57 and F2. RGB value is (188,87,242). Sum of RGB (Red+Green+Blue) = 188+87+242=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC57F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57F2 is #43A80D. Grayscale: #868686. Windows color (decimal): -4433934 or 15882172. OLE color: 15882172.
HSL color Cylindrical-coordinate representation of color #BC57F2: hue angle of 279.1º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC57F2 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 87 | 242 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.05 |
| HSL | 279.1º | 0.86% | 0.65% | - |
| HSV(B) | 279.1º | 0.64% | 0.95% | - |
| XYZ | 40.17 | 23.92 | 86.5 | - |
| YUV | 134.87 | 188.46 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 242 | 0.22 | 0.64 | 0 | 0.05 | 279.1 | 0.86 | 0.65 |
| Hex | BC | 57 | F2 | 16 | 40 | 0 | 5 | 117 | 56 | 41 |
| Octal | 274 | 127 | 362 | 26 | 100 | 0 | 5 | 427 | 126 | 101 |
| Binary | 10111100 | 1010111 | 11110010 | 10110 | 1000000 | 0 | 101 | 100010111 | 1010110 | 1000001 |
Color Harmonies of #BC57F2
Complementary color
Monochromatic Colors of #BC57F2
Black with #BC57F2
Text Example
Text Example
White with #BC57F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57F2; }
p { color: rgb(188,87,242); }
H1.HeaderClassName
{
color: #BC57F2;
}
.AnyTagClassName
{
color: #BC57F2;
}
</style>
background-color css
<style>
a { background-color: #BC57F2; }
a { background-color: rgb(188,87,242); }
div.DivClassName
{
background-color: #BC57F2;
}
.BgClassName
{
background-color: #BC57F2;
}
</style>
border-color css
<style>
span { border-color: #BC57F2; }
span { border-color: rgb(188,87,242); }
td.TdClassName
{
border-color: #BC57F2;
}
.TagClassName
{
border-color: #BC57F2;
}
</style>