Shades of Medium Orchid #BC57F4
Tints of Medium Orchid #BC57F4
RGB
CMYK
RGB Variations
Color information
#BC57F4 (or 0xBC57F4) is known color: Medium Orchid. HEX triplet: BC, 57 and F4. RGB value is (188,87,244). Sum of RGB (Red+Green+Blue) = 188+87+244=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC57F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57F4 is #43A80B. Grayscale: #868686. Windows color (decimal): -4433932 or 16013244. OLE color: 16013244.
HSL color Cylindrical-coordinate representation of color #BC57F4: hue angle of 278.6º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC57F4 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 87 | 244 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.04 |
| HSL | 278.6º | 0.88% | 0.65% | - |
| HSV(B) | 278.6º | 0.64% | 0.96% | - |
| XYZ | 40.48 | 24.04 | 88.09 | - |
| YUV | 135.1 | 189.46 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 244 | 0.23 | 0.64 | 0 | 0.04 | 278.6 | 0.88 | 0.65 |
| Hex | BC | 57 | F4 | 17 | 40 | 0 | 4 | 117 | 58 | 41 |
| Octal | 274 | 127 | 364 | 27 | 100 | 0 | 4 | 427 | 130 | 101 |
| Binary | 10111100 | 1010111 | 11110100 | 10111 | 1000000 | 0 | 100 | 100010111 | 1011000 | 1000001 |
Color Harmonies of #BC57F4
Complementary color
Monochromatic Colors of #BC57F4
Black with #BC57F4
Text Example
Text Example
White with #BC57F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57F4; }
p { color: rgb(188,87,244); }
H1.HeaderClassName
{
color: #BC57F4;
}
.AnyTagClassName
{
color: #BC57F4;
}
</style>
background-color css
<style>
a { background-color: #BC57F4; }
a { background-color: rgb(188,87,244); }
div.DivClassName
{
background-color: #BC57F4;
}
.BgClassName
{
background-color: #BC57F4;
}
</style>
border-color css
<style>
span { border-color: #BC57F4; }
span { border-color: rgb(188,87,244); }
td.TdClassName
{
border-color: #BC57F4;
}
.TagClassName
{
border-color: #BC57F4;
}
</style>