Shades of Medium Orchid #BC3EDE
Tints of Medium Orchid #BC3EDE
RGB
CMYK
RGB Variations
Color information
#BC3EDE (or 0xBC3EDE) is known color: Medium Orchid. HEX triplet: BC, 3E and DE. RGB value is (188,62,222). Sum of RGB (Red+Green+Blue) = 188+62+222=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC3EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EDE is #43C121. Grayscale: #757575. Windows color (decimal): -4440354 or 14565052. OLE color: 14565052.
HSL color Cylindrical-coordinate representation of color #BC3EDE: hue angle of 287.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3EDE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 62 | 222 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.13 |
| HSL | 287.25º | 0.71% | 0.56% | - |
| HSV(B) | 287.25º | 0.72% | 0.87% | - |
| XYZ | 35.65 | 19.41 | 70.98 | - |
| YUV | 117.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 222 | 0.15 | 0.72 | 0 | 0.13 | 287.25 | 0.71 | 0.56 |
| Hex | BC | 3E | DE | F | 48 | 0 | D | 11F | 47 | 38 |
| Octal | 274 | 76 | 336 | 17 | 110 | 0 | 15 | 437 | 107 | 70 |
| Binary | 10111100 | 111110 | 11011110 | 1111 | 1001000 | 0 | 1101 | 100011111 | 1000111 | 111000 |
Color Harmonies of #BC3EDE
Complementary color
Monochromatic Colors of #BC3EDE
Black with #BC3EDE
Text Example
Text Example
White with #BC3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EDE; }
p { color: rgb(188,62,222); }
H1.HeaderClassName
{
color: #BC3EDE;
}
.AnyTagClassName
{
color: #BC3EDE;
}
</style>
background-color css
<style>
a { background-color: #BC3EDE; }
a { background-color: rgb(188,62,222); }
div.DivClassName
{
background-color: #BC3EDE;
}
.BgClassName
{
background-color: #BC3EDE;
}
</style>
border-color css
<style>
span { border-color: #BC3EDE; }
span { border-color: rgb(188,62,222); }
td.TdClassName
{
border-color: #BC3EDE;
}
.TagClassName
{
border-color: #BC3EDE;
}
</style>