Shades of Medium Orchid #BC57CA
Tints of Medium Orchid #BC57CA
RGB
CMYK
RGB Variations
Color information
#BC57CA (or 0xBC57CA) is known color: Medium Orchid. HEX triplet: BC, 57 and CA. RGB value is (188,87,202). Sum of RGB (Red+Green+Blue) = 188+87+202=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC57CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57CA is #43A835. Grayscale: #818181. Windows color (decimal): -4433974 or 13260732. OLE color: 13260732.
HSL color Cylindrical-coordinate representation of color #BC57CA: hue angle of 292.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC57CA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 87 | 202 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.21 |
| HSL | 292.7º | 0.52% | 0.57% | - |
| HSV(B) | 292.7º | 0.57% | 0.79% | - |
| XYZ | 34.81 | 21.77 | 58.24 | - |
| YUV | 130.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 202 | 0.07 | 0.57 | 0 | 0.21 | 292.7 | 0.52 | 0.57 |
| Hex | BC | 57 | CA | 7 | 39 | 0 | 15 | 125 | 34 | 39 |
| Octal | 274 | 127 | 312 | 7 | 71 | 0 | 25 | 445 | 64 | 71 |
| Binary | 10111100 | 1010111 | 11001010 | 111 | 111001 | 0 | 10101 | 100100101 | 110100 | 111001 |
Color Harmonies of #BC57CA
Complementary color
Monochromatic Colors of #BC57CA
Black with #BC57CA
Text Example
Text Example
White with #BC57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57CA; }
p { color: rgb(188,87,202); }
H1.HeaderClassName
{
color: #BC57CA;
}
.AnyTagClassName
{
color: #BC57CA;
}
</style>
background-color css
<style>
a { background-color: #BC57CA; }
a { background-color: rgb(188,87,202); }
div.DivClassName
{
background-color: #BC57CA;
}
.BgClassName
{
background-color: #BC57CA;
}
</style>
border-color css
<style>
span { border-color: #BC57CA; }
span { border-color: rgb(188,87,202); }
td.TdClassName
{
border-color: #BC57CA;
}
.TagClassName
{
border-color: #BC57CA;
}
</style>