Shades of Medium Orchid #BC56CA
Tints of Medium Orchid #BC56CA
RGB
CMYK
RGB Variations
Color information
#BC56CA (or 0xBC56CA) is known color: Medium Orchid. HEX triplet: BC, 56 and CA. RGB value is (188,86,202). Sum of RGB (Red+Green+Blue) = 188+86+202=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56CA is #43A935. Grayscale: #818181. Windows color (decimal): -4434230 or 13260476. OLE color: 13260476.
HSL color Cylindrical-coordinate representation of color #BC56CA: hue angle of 292.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC56CA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 86 | 202 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.21 |
| HSL | 292.76º | 0.52% | 0.56% | - |
| HSV(B) | 292.76º | 0.57% | 0.79% | - |
| XYZ | 34.73 | 21.61 | 58.22 | - |
| YUV | 129.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 202 | 0.07 | 0.57 | 0 | 0.21 | 292.76 | 0.52 | 0.56 |
| Hex | BC | 56 | CA | 7 | 39 | 0 | 15 | 125 | 34 | 38 |
| Octal | 274 | 126 | 312 | 7 | 71 | 0 | 25 | 445 | 64 | 70 |
| Binary | 10111100 | 1010110 | 11001010 | 111 | 111001 | 0 | 10101 | 100100101 | 110100 | 111000 |
Color Harmonies of #BC56CA
Complementary color
Monochromatic Colors of #BC56CA
Black with #BC56CA
Text Example
Text Example
White with #BC56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56CA; }
p { color: rgb(188,86,202); }
H1.HeaderClassName
{
color: #BC56CA;
}
.AnyTagClassName
{
color: #BC56CA;
}
</style>
background-color css
<style>
a { background-color: #BC56CA; }
a { background-color: rgb(188,86,202); }
div.DivClassName
{
background-color: #BC56CA;
}
.BgClassName
{
background-color: #BC56CA;
}
</style>
border-color css
<style>
span { border-color: #BC56CA; }
span { border-color: rgb(188,86,202); }
td.TdClassName
{
border-color: #BC56CA;
}
.TagClassName
{
border-color: #BC56CA;
}
</style>