Shades of Medium Orchid #BC57D6
Tints of Medium Orchid #BC57D6
RGB
CMYK
RGB Variations
Color information
#BC57D6 (or 0xBC57D6) is known color: Medium Orchid. HEX triplet: BC, 57 and D6. RGB value is (188,87,214). Sum of RGB (Red+Green+Blue) = 188+87+214=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC57D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57D6 is #43A829. Grayscale: #838383. Windows color (decimal): -4433962 or 14047164. OLE color: 14047164.
HSL color Cylindrical-coordinate representation of color #BC57D6: hue angle of 287.72º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC57D6 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 87 | 214 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.16 |
| HSL | 287.72º | 0.61% | 0.59% | - |
| HSV(B) | 287.72º | 0.59% | 0.84% | - |
| XYZ | 36.28 | 22.36 | 66.02 | - |
| YUV | 131.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 214 | 0.12 | 0.59 | 0 | 0.16 | 287.72 | 0.61 | 0.59 |
| Hex | BC | 57 | D6 | C | 3B | 0 | 10 | 120 | 3D | 3B |
| Octal | 274 | 127 | 326 | 14 | 73 | 0 | 20 | 440 | 75 | 73 |
| Binary | 10111100 | 1010111 | 11010110 | 1100 | 111011 | 0 | 10000 | 100100000 | 111101 | 111011 |
Color Harmonies of #BC57D6
Complementary color
Monochromatic Colors of #BC57D6
Black with #BC57D6
Text Example
Text Example
White with #BC57D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57D6; }
p { color: rgb(188,87,214); }
H1.HeaderClassName
{
color: #BC57D6;
}
.AnyTagClassName
{
color: #BC57D6;
}
</style>
background-color css
<style>
a { background-color: #BC57D6; }
a { background-color: rgb(188,87,214); }
div.DivClassName
{
background-color: #BC57D6;
}
.BgClassName
{
background-color: #BC57D6;
}
</style>
border-color css
<style>
span { border-color: #BC57D6; }
span { border-color: rgb(188,87,214); }
td.TdClassName
{
border-color: #BC57D6;
}
.TagClassName
{
border-color: #BC57D6;
}
</style>