Shades of Medium Orchid #BC57D3
Tints of Medium Orchid #BC57D3
RGB
CMYK
RGB Variations
Color information
#BC57D3 (or 0xBC57D3) is known color: Medium Orchid. HEX triplet: BC, 57 and D3. RGB value is (188,87,211). Sum of RGB (Red+Green+Blue) = 188+87+211=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC57D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57D3 is #43A82C. Grayscale: #828282. Windows color (decimal): -4433965 or 13850556. OLE color: 13850556.
HSL color Cylindrical-coordinate representation of color #BC57D3: hue angle of 288.87º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC57D3 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 87 | 211 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.17 |
| HSL | 288.87º | 0.58% | 0.58% | - |
| HSV(B) | 288.87º | 0.59% | 0.83% | - |
| XYZ | 35.91 | 22.21 | 64.02 | - |
| YUV | 131.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 211 | 0.11 | 0.59 | 0 | 0.17 | 288.87 | 0.58 | 0.58 |
| Hex | BC | 57 | D3 | B | 3B | 0 | 11 | 121 | 3A | 3A |
| Octal | 274 | 127 | 323 | 13 | 73 | 0 | 21 | 441 | 72 | 72 |
| Binary | 10111100 | 1010111 | 11010011 | 1011 | 111011 | 0 | 10001 | 100100001 | 111010 | 111010 |
Color Harmonies of #BC57D3
Complementary color
Monochromatic Colors of #BC57D3
Black with #BC57D3
Text Example
Text Example
White with #BC57D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57D3; }
p { color: rgb(188,87,211); }
H1.HeaderClassName
{
color: #BC57D3;
}
.AnyTagClassName
{
color: #BC57D3;
}
</style>
background-color css
<style>
a { background-color: #BC57D3; }
a { background-color: rgb(188,87,211); }
div.DivClassName
{
background-color: #BC57D3;
}
.BgClassName
{
background-color: #BC57D3;
}
</style>
border-color css
<style>
span { border-color: #BC57D3; }
span { border-color: rgb(188,87,211); }
td.TdClassName
{
border-color: #BC57D3;
}
.TagClassName
{
border-color: #BC57D3;
}
</style>