Shades of Medium Orchid #BC50CA
Tints of Medium Orchid #BC50CA
RGB
CMYK
RGB Variations
Color information
#BC50CA (or 0xBC50CA) is known color: Medium Orchid. HEX triplet: BC, 50 and CA. RGB value is (188,80,202). Sum of RGB (Red+Green+Blue) = 188+80+202=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC50CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50CA is #43AF35. Grayscale: #7D7D7D. Windows color (decimal): -4435766 or 13258940. OLE color: 13258940.
HSL color Cylindrical-coordinate representation of color #BC50CA: hue angle of 293.11º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC50CA is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 80 | 202 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.21 |
| HSL | 293.11º | 0.54% | 0.55% | - |
| HSV(B) | 293.11º | 0.6% | 0.79% | - |
| XYZ | 34.27 | 20.69 | 58.07 | - |
| YUV | 126.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 202 | 0.07 | 0.60 | 0 | 0.21 | 293.11 | 0.54 | 0.55 |
| Hex | BC | 50 | CA | 7 | 3C | 0 | 15 | 125 | 36 | 37 |
| Octal | 274 | 120 | 312 | 7 | 74 | 0 | 25 | 445 | 66 | 67 |
| Binary | 10111100 | 1010000 | 11001010 | 111 | 111100 | 0 | 10101 | 100100101 | 110110 | 110111 |
Color Harmonies of #BC50CA
Complementary color
Monochromatic Colors of #BC50CA
Black with #BC50CA
Text Example
Text Example
White with #BC50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50CA; }
p { color: rgb(188,80,202); }
H1.HeaderClassName
{
color: #BC50CA;
}
.AnyTagClassName
{
color: #BC50CA;
}
</style>
background-color css
<style>
a { background-color: #BC50CA; }
a { background-color: rgb(188,80,202); }
div.DivClassName
{
background-color: #BC50CA;
}
.BgClassName
{
background-color: #BC50CA;
}
</style>
border-color css
<style>
span { border-color: #BC50CA; }
span { border-color: rgb(188,80,202); }
td.TdClassName
{
border-color: #BC50CA;
}
.TagClassName
{
border-color: #BC50CA;
}
</style>