Shades of Medium Orchid #BC50D5
Tints of Medium Orchid #BC50D5
RGB
CMYK
RGB Variations
Color information
#BC50D5 (or 0xBC50D5) is known color: Medium Orchid. HEX triplet: BC, 50 and D5. RGB value is (188,80,213). Sum of RGB (Red+Green+Blue) = 188+80+213=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC50D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50D5 is #43AF2A. Grayscale: #7F7F7F. Windows color (decimal): -4435755 or 13979836. OLE color: 13979836.
HSL color Cylindrical-coordinate representation of color #BC50D5: hue angle of 288.72º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC50D5 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 80 | 213 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.16 |
| HSL | 288.72º | 0.61% | 0.57% | - |
| HSV(B) | 288.72º | 0.62% | 0.84% | - |
| XYZ | 35.62 | 21.23 | 65.17 | - |
| YUV | 127.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 213 | 0.12 | 0.62 | 0 | 0.16 | 288.72 | 0.61 | 0.57 |
| Hex | BC | 50 | D5 | C | 3E | 0 | 10 | 121 | 3D | 39 |
| Octal | 274 | 120 | 325 | 14 | 76 | 0 | 20 | 441 | 75 | 71 |
| Binary | 10111100 | 1010000 | 11010101 | 1100 | 111110 | 0 | 10000 | 100100001 | 111101 | 111001 |
Color Harmonies of #BC50D5
Complementary color
Monochromatic Colors of #BC50D5
Black with #BC50D5
Text Example
Text Example
White with #BC50D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50D5; }
p { color: rgb(188,80,213); }
H1.HeaderClassName
{
color: #BC50D5;
}
.AnyTagClassName
{
color: #BC50D5;
}
</style>
background-color css
<style>
a { background-color: #BC50D5; }
a { background-color: rgb(188,80,213); }
div.DivClassName
{
background-color: #BC50D5;
}
.BgClassName
{
background-color: #BC50D5;
}
</style>
border-color css
<style>
span { border-color: #BC50D5; }
span { border-color: rgb(188,80,213); }
td.TdClassName
{
border-color: #BC50D5;
}
.TagClassName
{
border-color: #BC50D5;
}
</style>