Shades of Medium Orchid #BC49CA
Tints of Medium Orchid #BC49CA
RGB
CMYK
RGB Variations
Color information
#BC49CA (or 0xBC49CA) is known color: Medium Orchid. HEX triplet: BC, 49 and CA. RGB value is (188,73,202). Sum of RGB (Red+Green+Blue) = 188+73+202=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49CA is #43B635. Grayscale: #797979. Windows color (decimal): -4437558 or 13257148. OLE color: 13257148.
HSL color Cylindrical-coordinate representation of color #BC49CA: hue angle of 293.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC49CA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 73 | 202 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.21 |
| HSL | 293.49º | 0.55% | 0.54% | - |
| HSV(B) | 293.49º | 0.64% | 0.79% | - |
| XYZ | 33.78 | 19.72 | 57.9 | - |
| YUV | 122.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 202 | 0.07 | 0.64 | 0 | 0.21 | 293.49 | 0.55 | 0.54 |
| Hex | BC | 49 | CA | 7 | 40 | 0 | 15 | 125 | 37 | 36 |
| Octal | 274 | 111 | 312 | 7 | 100 | 0 | 25 | 445 | 67 | 66 |
| Binary | 10111100 | 1001001 | 11001010 | 111 | 1000000 | 0 | 10101 | 100100101 | 110111 | 110110 |
Color Harmonies of #BC49CA
Complementary color
Monochromatic Colors of #BC49CA
Black with #BC49CA
Text Example
Text Example
White with #BC49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49CA; }
p { color: rgb(188,73,202); }
H1.HeaderClassName
{
color: #BC49CA;
}
.AnyTagClassName
{
color: #BC49CA;
}
</style>
background-color css
<style>
a { background-color: #BC49CA; }
a { background-color: rgb(188,73,202); }
div.DivClassName
{
background-color: #BC49CA;
}
.BgClassName
{
background-color: #BC49CA;
}
</style>
border-color css
<style>
span { border-color: #BC49CA; }
span { border-color: rgb(188,73,202); }
td.TdClassName
{
border-color: #BC49CA;
}
.TagClassName
{
border-color: #BC49CA;
}
</style>