Shades of Medium Orchid #BC3CDE
Tints of Medium Orchid #BC3CDE
RGB
CMYK
RGB Variations
Color information
#BC3CDE (or 0xBC3CDE) is known color: Medium Orchid. HEX triplet: BC, 3C and DE. RGB value is (188,60,222). Sum of RGB (Red+Green+Blue) = 188+60+222=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC3CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CDE is #43C321. Grayscale: #747474. Windows color (decimal): -4440866 or 14564540. OLE color: 14564540.
HSL color Cylindrical-coordinate representation of color #BC3CDE: hue angle of 287.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3CDE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 60 | 222 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.13 |
| HSL | 287.41º | 0.71% | 0.55% | - |
| HSV(B) | 287.41º | 0.73% | 0.87% | - |
| XYZ | 35.54 | 19.2 | 70.94 | - |
| YUV | 116.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 222 | 0.15 | 0.73 | 0 | 0.13 | 287.41 | 0.71 | 0.55 |
| Hex | BC | 3C | DE | F | 49 | 0 | D | 11F | 47 | 37 |
| Octal | 274 | 74 | 336 | 17 | 111 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111100 | 111100 | 11011110 | 1111 | 1001001 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #BC3CDE
Complementary color
Monochromatic Colors of #BC3CDE
Black with #BC3CDE
Text Example
Text Example
White with #BC3CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CDE; }
p { color: rgb(188,60,222); }
H1.HeaderClassName
{
color: #BC3CDE;
}
.AnyTagClassName
{
color: #BC3CDE;
}
</style>
background-color css
<style>
a { background-color: #BC3CDE; }
a { background-color: rgb(188,60,222); }
div.DivClassName
{
background-color: #BC3CDE;
}
.BgClassName
{
background-color: #BC3CDE;
}
</style>
border-color css
<style>
span { border-color: #BC3CDE; }
span { border-color: rgb(188,60,222); }
td.TdClassName
{
border-color: #BC3CDE;
}
.TagClassName
{
border-color: #BC3CDE;
}
</style>