Shades of Medium Orchid #BC3EDD
Tints of Medium Orchid #BC3EDD
RGB
CMYK
RGB Variations
Color information
#BC3EDD (or 0xBC3EDD) is known color: Medium Orchid. HEX triplet: BC, 3E and DD. RGB value is (188,62,221). Sum of RGB (Red+Green+Blue) = 188+62+221=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EDD is #43C122. Grayscale: #757575. Windows color (decimal): -4440355 or 14499516. OLE color: 14499516.
HSL color Cylindrical-coordinate representation of color #BC3EDD: hue angle of 287.55º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3EDD is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 62 | 221 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.13 |
| HSL | 287.55º | 0.7% | 0.55% | - |
| HSV(B) | 287.55º | 0.72% | 0.87% | - |
| XYZ | 35.51 | 19.36 | 70.27 | - |
| YUV | 117.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 221 | 0.15 | 0.72 | 0 | 0.13 | 287.55 | 0.7 | 0.55 |
| Hex | BC | 3E | DD | F | 48 | 0 | D | 120 | 46 | 37 |
| Octal | 274 | 76 | 335 | 17 | 110 | 0 | 15 | 440 | 106 | 67 |
| Binary | 10111100 | 111110 | 11011101 | 1111 | 1001000 | 0 | 1101 | 100100000 | 1000110 | 110111 |
Color Harmonies of #BC3EDD
Complementary color
Monochromatic Colors of #BC3EDD
Black with #BC3EDD
Text Example
Text Example
White with #BC3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EDD; }
p { color: rgb(188,62,221); }
H1.HeaderClassName
{
color: #BC3EDD;
}
.AnyTagClassName
{
color: #BC3EDD;
}
</style>
background-color css
<style>
a { background-color: #BC3EDD; }
a { background-color: rgb(188,62,221); }
div.DivClassName
{
background-color: #BC3EDD;
}
.BgClassName
{
background-color: #BC3EDD;
}
</style>
border-color css
<style>
span { border-color: #BC3EDD; }
span { border-color: rgb(188,62,221); }
td.TdClassName
{
border-color: #BC3EDD;
}
.TagClassName
{
border-color: #BC3EDD;
}
</style>