Shades of Medium Orchid #BC50D6
Tints of Medium Orchid #BC50D6
RGB
CMYK
RGB Variations
Color information
#BC50D6 (or 0xBC50D6) is known color: Medium Orchid. HEX triplet: BC, 50 and D6. RGB value is (188,80,214). Sum of RGB (Red+Green+Blue) = 188+80+214=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC50D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50D6 is #43AF29. Grayscale: #7F7F7F. Windows color (decimal): -4435754 or 14045372. OLE color: 14045372.
HSL color Cylindrical-coordinate representation of color #BC50D6: hue angle of 288.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC50D6 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 80 | 214 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.16 |
| HSL | 288.36º | 0.62% | 0.58% | - |
| HSV(B) | 288.36º | 0.63% | 0.84% | - |
| XYZ | 35.75 | 21.28 | 65.84 | - |
| YUV | 127.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 214 | 0.12 | 0.63 | 0 | 0.16 | 288.36 | 0.62 | 0.58 |
| Hex | BC | 50 | D6 | C | 3F | 0 | 10 | 120 | 3E | 3A |
| Octal | 274 | 120 | 326 | 14 | 77 | 0 | 20 | 440 | 76 | 72 |
| Binary | 10111100 | 1010000 | 11010110 | 1100 | 111111 | 0 | 10000 | 100100000 | 111110 | 111010 |
Color Harmonies of #BC50D6
Complementary color
Monochromatic Colors of #BC50D6
Black with #BC50D6
Text Example
Text Example
White with #BC50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50D6; }
p { color: rgb(188,80,214); }
H1.HeaderClassName
{
color: #BC50D6;
}
.AnyTagClassName
{
color: #BC50D6;
}
</style>
background-color css
<style>
a { background-color: #BC50D6; }
a { background-color: rgb(188,80,214); }
div.DivClassName
{
background-color: #BC50D6;
}
.BgClassName
{
background-color: #BC50D6;
}
</style>
border-color css
<style>
span { border-color: #BC50D6; }
span { border-color: rgb(188,80,214); }
td.TdClassName
{
border-color: #BC50D6;
}
.TagClassName
{
border-color: #BC50D6;
}
</style>