Shades of Medium Orchid #BC57DF
Tints of Medium Orchid #BC57DF
RGB
CMYK
RGB Variations
Color information
#BC57DF (or 0xBC57DF) is known color: Medium Orchid. HEX triplet: BC, 57 and DF. RGB value is (188,87,223). Sum of RGB (Red+Green+Blue) = 188+87+223=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57DF is #43A820. Grayscale: #848484. Windows color (decimal): -4433953 or 14636988. OLE color: 14636988.
HSL color Cylindrical-coordinate representation of color #BC57DF: hue angle of 284.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC57DF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 87 | 223 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.13 |
| HSL | 284.56º | 0.68% | 0.61% | - |
| HSV(B) | 284.56º | 0.61% | 0.87% | - |
| XYZ | 37.47 | 22.84 | 72.25 | - |
| YUV | 132.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 223 | 0.16 | 0.61 | 0 | 0.13 | 284.56 | 0.68 | 0.61 |
| Hex | BC | 57 | DF | 10 | 3D | 0 | D | 11D | 44 | 3D |
| Octal | 274 | 127 | 337 | 20 | 75 | 0 | 15 | 435 | 104 | 75 |
| Binary | 10111100 | 1010111 | 11011111 | 10000 | 111101 | 0 | 1101 | 100011101 | 1000100 | 111101 |
Color Harmonies of #BC57DF
Complementary color
Monochromatic Colors of #BC57DF
Black with #BC57DF
Text Example
Text Example
White with #BC57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57DF; }
p { color: rgb(188,87,223); }
H1.HeaderClassName
{
color: #BC57DF;
}
.AnyTagClassName
{
color: #BC57DF;
}
</style>
background-color css
<style>
a { background-color: #BC57DF; }
a { background-color: rgb(188,87,223); }
div.DivClassName
{
background-color: #BC57DF;
}
.BgClassName
{
background-color: #BC57DF;
}
</style>
border-color css
<style>
span { border-color: #BC57DF; }
span { border-color: rgb(188,87,223); }
td.TdClassName
{
border-color: #BC57DF;
}
.TagClassName
{
border-color: #BC57DF;
}
</style>