Shades of Medium Orchid #BC57CC
Tints of Medium Orchid #BC57CC
RGB
CMYK
RGB Variations
Color information
#BC57CC (or 0xBC57CC) is known color: Medium Orchid. HEX triplet: BC, 57 and CC. RGB value is (188,87,204). Sum of RGB (Red+Green+Blue) = 188+87+204=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC57CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57CC is #43A833. Grayscale: #828282. Windows color (decimal): -4433972 or 13391804. OLE color: 13391804.
HSL color Cylindrical-coordinate representation of color #BC57CC: hue angle of 291.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC57CC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 87 | 204 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.2 |
| HSL | 291.79º | 0.53% | 0.57% | - |
| HSV(B) | 291.79º | 0.57% | 0.8% | - |
| XYZ | 35.05 | 21.87 | 59.5 | - |
| YUV | 130.54 | 169.46 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 204 | 0.08 | 0.57 | 0 | 0.2 | 291.79 | 0.53 | 0.57 |
| Hex | BC | 57 | CC | 8 | 39 | 0 | 14 | 124 | 35 | 39 |
| Octal | 274 | 127 | 314 | 10 | 71 | 0 | 24 | 444 | 65 | 71 |
| Binary | 10111100 | 1010111 | 11001100 | 1000 | 111001 | 0 | 10100 | 100100100 | 110101 | 111001 |
Color Harmonies of #BC57CC
Complementary color
Monochromatic Colors of #BC57CC
Black with #BC57CC
Text Example
Text Example
White with #BC57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57CC; }
p { color: rgb(188,87,204); }
H1.HeaderClassName
{
color: #BC57CC;
}
.AnyTagClassName
{
color: #BC57CC;
}
</style>
background-color css
<style>
a { background-color: #BC57CC; }
a { background-color: rgb(188,87,204); }
div.DivClassName
{
background-color: #BC57CC;
}
.BgClassName
{
background-color: #BC57CC;
}
</style>
border-color css
<style>
span { border-color: #BC57CC; }
span { border-color: rgb(188,87,204); }
td.TdClassName
{
border-color: #BC57CC;
}
.TagClassName
{
border-color: #BC57CC;
}
</style>