Shades of Medium Orchid #BC50DF
Tints of Medium Orchid #BC50DF
RGB
CMYK
RGB Variations
Color information
#BC50DF (or 0xBC50DF) is known color: Medium Orchid. HEX triplet: BC, 50 and DF. RGB value is (188,80,223). Sum of RGB (Red+Green+Blue) = 188+80+223=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50DF is #43AF20. Grayscale: #808080. Windows color (decimal): -4435745 or 14635196. OLE color: 14635196.
HSL color Cylindrical-coordinate representation of color #BC50DF: hue angle of 285.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC50DF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 80 | 223 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.13 |
| HSL | 285.31º | 0.69% | 0.59% | - |
| HSV(B) | 285.31º | 0.64% | 0.87% | - |
| XYZ | 36.93 | 21.76 | 72.07 | - |
| YUV | 128.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 223 | 0.16 | 0.64 | 0 | 0.13 | 285.31 | 0.69 | 0.59 |
| Hex | BC | 50 | DF | 10 | 40 | 0 | D | 11D | 45 | 3B |
| Octal | 274 | 120 | 337 | 20 | 100 | 0 | 15 | 435 | 105 | 73 |
| Binary | 10111100 | 1010000 | 11011111 | 10000 | 1000000 | 0 | 1101 | 100011101 | 1000101 | 111011 |
Color Harmonies of #BC50DF
Complementary color
Monochromatic Colors of #BC50DF
Black with #BC50DF
Text Example
Text Example
White with #BC50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50DF; }
p { color: rgb(188,80,223); }
H1.HeaderClassName
{
color: #BC50DF;
}
.AnyTagClassName
{
color: #BC50DF;
}
</style>
background-color css
<style>
a { background-color: #BC50DF; }
a { background-color: rgb(188,80,223); }
div.DivClassName
{
background-color: #BC50DF;
}
.BgClassName
{
background-color: #BC50DF;
}
</style>
border-color css
<style>
span { border-color: #BC50DF; }
span { border-color: rgb(188,80,223); }
td.TdClassName
{
border-color: #BC50DF;
}
.TagClassName
{
border-color: #BC50DF;
}
</style>