Shades of Medium Orchid #BC3ADA
Tints of Medium Orchid #BC3ADA
RGB
CMYK
RGB Variations
Color information
#BC3ADA (or 0xBC3ADA) is known color: Medium Orchid. HEX triplet: BC, 3A and DA. RGB value is (188,58,218). Sum of RGB (Red+Green+Blue) = 188+58+218=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC3ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ADA is #43C525. Grayscale: #727272. Windows color (decimal): -4441382 or 14301884. OLE color: 14301884.
HSL color Cylindrical-coordinate representation of color #BC3ADA: hue angle of 288.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3ADA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 58 | 218 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.15 |
| HSL | 288.75º | 0.68% | 0.54% | - |
| HSV(B) | 288.75º | 0.73% | 0.85% | - |
| XYZ | 34.91 | 18.78 | 68.11 | - |
| YUV | 115.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 218 | 0.14 | 0.73 | 0 | 0.15 | 288.75 | 0.68 | 0.54 |
| Hex | BC | 3A | DA | E | 49 | 0 | F | 121 | 44 | 36 |
| Octal | 274 | 72 | 332 | 16 | 111 | 0 | 17 | 441 | 104 | 66 |
| Binary | 10111100 | 111010 | 11011010 | 1110 | 1001001 | 0 | 1111 | 100100001 | 1000100 | 110110 |
Color Harmonies of #BC3ADA
Complementary color
Monochromatic Colors of #BC3ADA
Black with #BC3ADA
Text Example
Text Example
White with #BC3ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ADA; }
p { color: rgb(188,58,218); }
H1.HeaderClassName
{
color: #BC3ADA;
}
.AnyTagClassName
{
color: #BC3ADA;
}
</style>
background-color css
<style>
a { background-color: #BC3ADA; }
a { background-color: rgb(188,58,218); }
div.DivClassName
{
background-color: #BC3ADA;
}
.BgClassName
{
background-color: #BC3ADA;
}
</style>
border-color css
<style>
span { border-color: #BC3ADA; }
span { border-color: rgb(188,58,218); }
td.TdClassName
{
border-color: #BC3ADA;
}
.TagClassName
{
border-color: #BC3ADA;
}
</style>