Shades of Medium Orchid #BC3FD1
Tints of Medium Orchid #BC3FD1
RGB
CMYK
RGB Variations
Color information
#BC3FD1 (or 0xBC3FD1) is known color: Medium Orchid. HEX triplet: BC, 3F and D1. RGB value is (188,63,209). Sum of RGB (Red+Green+Blue) = 188+63+209=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC3FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FD1 is #43C02E. Grayscale: #747474. Windows color (decimal): -4440111 or 13713340. OLE color: 13713340.
HSL color Cylindrical-coordinate representation of color #BC3FD1: hue angle of 291.37º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3FD1 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 63 | 209 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.18 |
| HSL | 291.37º | 0.61% | 0.53% | - |
| HSV(B) | 291.37º | 0.7% | 0.82% | - |
| XYZ | 34.03 | 18.85 | 62.17 | - |
| YUV | 117.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 209 | 0.10 | 0.70 | 0 | 0.18 | 291.37 | 0.61 | 0.53 |
| Hex | BC | 3F | D1 | A | 46 | 0 | 12 | 123 | 3D | 35 |
| Octal | 274 | 77 | 321 | 12 | 106 | 0 | 22 | 443 | 75 | 65 |
| Binary | 10111100 | 111111 | 11010001 | 1010 | 1000110 | 0 | 10010 | 100100011 | 111101 | 110101 |
Color Harmonies of #BC3FD1
Complementary color
Monochromatic Colors of #BC3FD1
Black with #BC3FD1
Text Example
Text Example
White with #BC3FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FD1; }
p { color: rgb(188,63,209); }
H1.HeaderClassName
{
color: #BC3FD1;
}
.AnyTagClassName
{
color: #BC3FD1;
}
</style>
background-color css
<style>
a { background-color: #BC3FD1; }
a { background-color: rgb(188,63,209); }
div.DivClassName
{
background-color: #BC3FD1;
}
.BgClassName
{
background-color: #BC3FD1;
}
</style>
border-color css
<style>
span { border-color: #BC3FD1; }
span { border-color: rgb(188,63,209); }
td.TdClassName
{
border-color: #BC3FD1;
}
.TagClassName
{
border-color: #BC3FD1;
}
</style>