Shades of Medium Orchid #BC3CDA
Tints of Medium Orchid #BC3CDA
RGB
CMYK
RGB Variations
Color information
#BC3CDA (or 0xBC3CDA) is known color: Medium Orchid. HEX triplet: BC, 3C and DA. RGB value is (188,60,218). Sum of RGB (Red+Green+Blue) = 188+60+218=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CDA is #43C325. Grayscale: #737373. Windows color (decimal): -4440870 or 14302396. OLE color: 14302396.
HSL color Cylindrical-coordinate representation of color #BC3CDA: hue angle of 288.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3CDA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 60 | 218 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.15 |
| HSL | 288.61º | 0.68% | 0.55% | - |
| HSV(B) | 288.61º | 0.72% | 0.85% | - |
| XYZ | 35.01 | 18.99 | 68.15 | - |
| YUV | 116.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 218 | 0.14 | 0.72 | 0 | 0.15 | 288.61 | 0.68 | 0.55 |
| Hex | BC | 3C | DA | E | 48 | 0 | F | 121 | 44 | 37 |
| Octal | 274 | 74 | 332 | 16 | 110 | 0 | 17 | 441 | 104 | 67 |
| Binary | 10111100 | 111100 | 11011010 | 1110 | 1001000 | 0 | 1111 | 100100001 | 1000100 | 110111 |
Color Harmonies of #BC3CDA
Complementary color
Monochromatic Colors of #BC3CDA
Black with #BC3CDA
Text Example
Text Example
White with #BC3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CDA; }
p { color: rgb(188,60,218); }
H1.HeaderClassName
{
color: #BC3CDA;
}
.AnyTagClassName
{
color: #BC3CDA;
}
</style>
background-color css
<style>
a { background-color: #BC3CDA; }
a { background-color: rgb(188,60,218); }
div.DivClassName
{
background-color: #BC3CDA;
}
.BgClassName
{
background-color: #BC3CDA;
}
</style>
border-color css
<style>
span { border-color: #BC3CDA; }
span { border-color: rgb(188,60,218); }
td.TdClassName
{
border-color: #BC3CDA;
}
.TagClassName
{
border-color: #BC3CDA;
}
</style>