Shades of Medium Orchid #BC3AD4
Tints of Medium Orchid #BC3AD4
RGB
CMYK
RGB Variations
Color information
#BC3AD4 (or 0xBC3AD4) is known color: Medium Orchid. HEX triplet: BC, 3A and D4. RGB value is (188,58,212). Sum of RGB (Red+Green+Blue) = 188+58+212=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC3AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3AD4 is #43C52B. Grayscale: #717171. Windows color (decimal): -4441388 or 13908668. OLE color: 13908668.
HSL color Cylindrical-coordinate representation of color #BC3AD4: hue angle of 290.65º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3AD4 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 58 | 212 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.17 |
| HSL | 290.65º | 0.64% | 0.53% | - |
| HSV(B) | 290.65º | 0.73% | 0.83% | - |
| XYZ | 34.14 | 18.47 | 64.05 | - |
| YUV | 114.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 212 | 0.11 | 0.73 | 0 | 0.17 | 290.65 | 0.64 | 0.53 |
| Hex | BC | 3A | D4 | B | 49 | 0 | 11 | 123 | 40 | 35 |
| Octal | 274 | 72 | 324 | 13 | 111 | 0 | 21 | 443 | 100 | 65 |
| Binary | 10111100 | 111010 | 11010100 | 1011 | 1001001 | 0 | 10001 | 100100011 | 1000000 | 110101 |
Color Harmonies of #BC3AD4
Complementary color
Monochromatic Colors of #BC3AD4
Black with #BC3AD4
Text Example
Text Example
White with #BC3AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AD4; }
p { color: rgb(188,58,212); }
H1.HeaderClassName
{
color: #BC3AD4;
}
.AnyTagClassName
{
color: #BC3AD4;
}
</style>
background-color css
<style>
a { background-color: #BC3AD4; }
a { background-color: rgb(188,58,212); }
div.DivClassName
{
background-color: #BC3AD4;
}
.BgClassName
{
background-color: #BC3AD4;
}
</style>
border-color css
<style>
span { border-color: #BC3AD4; }
span { border-color: rgb(188,58,212); }
td.TdClassName
{
border-color: #BC3AD4;
}
.TagClassName
{
border-color: #BC3AD4;
}
</style>