Shades of Medium Orchid #BC57D0
Tints of Medium Orchid #BC57D0
RGB
CMYK
RGB Variations
Color information
#BC57D0 (or 0xBC57D0) is known color: Medium Orchid. HEX triplet: BC, 57 and D0. RGB value is (188,87,208). Sum of RGB (Red+Green+Blue) = 188+87+208=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57D0 is #43A82F. Grayscale: #828282. Windows color (decimal): -4433968 or 13653948. OLE color: 13653948.
HSL color Cylindrical-coordinate representation of color #BC57D0: hue angle of 290.08º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC57D0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 87 | 208 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.18 |
| HSL | 290.08º | 0.56% | 0.58% | - |
| HSV(B) | 290.08º | 0.58% | 0.82% | - |
| XYZ | 35.53 | 22.06 | 62.06 | - |
| YUV | 130.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 208 | 0.10 | 0.58 | 0 | 0.18 | 290.08 | 0.56 | 0.58 |
| Hex | BC | 57 | D0 | A | 3A | 0 | 12 | 122 | 38 | 3A |
| Octal | 274 | 127 | 320 | 12 | 72 | 0 | 22 | 442 | 70 | 72 |
| Binary | 10111100 | 1010111 | 11010000 | 1010 | 111010 | 0 | 10010 | 100100010 | 111000 | 111010 |
Color Harmonies of #BC57D0
Complementary color
Monochromatic Colors of #BC57D0
Black with #BC57D0
Text Example
Text Example
White with #BC57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57D0; }
p { color: rgb(188,87,208); }
H1.HeaderClassName
{
color: #BC57D0;
}
.AnyTagClassName
{
color: #BC57D0;
}
</style>
background-color css
<style>
a { background-color: #BC57D0; }
a { background-color: rgb(188,87,208); }
div.DivClassName
{
background-color: #BC57D0;
}
.BgClassName
{
background-color: #BC57D0;
}
</style>
border-color css
<style>
span { border-color: #BC57D0; }
span { border-color: rgb(188,87,208); }
td.TdClassName
{
border-color: #BC57D0;
}
.TagClassName
{
border-color: #BC57D0;
}
</style>