Shades of Medium Orchid #BC3CED
Tints of Medium Orchid #BC3CED
RGB
CMYK
RGB Variations
Color information
#BC3CED (or 0xBC3CED) is known color: Medium Orchid. HEX triplet: BC, 3C and ED. RGB value is (188,60,237). Sum of RGB (Red+Green+Blue) = 188+60+237=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC3CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CED is #43C312. Grayscale: #757575. Windows color (decimal): -4440851 or 15547580. OLE color: 15547580.
HSL color Cylindrical-coordinate representation of color #BC3CED: hue angle of 283.39º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3CED is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 60 | 237 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.07 |
| HSL | 283.39º | 0.83% | 0.58% | - |
| HSV(B) | 283.39º | 0.75% | 0.93% | - |
| XYZ | 37.64 | 20.04 | 82 | - |
| YUV | 118.45 | 194.91 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 237 | 0.21 | 0.75 | 0 | 0.07 | 283.39 | 0.83 | 0.58 |
| Hex | BC | 3C | ED | 15 | 4B | 0 | 7 | 11B | 53 | 3A |
| Octal | 274 | 74 | 355 | 25 | 113 | 0 | 7 | 433 | 123 | 72 |
| Binary | 10111100 | 111100 | 11101101 | 10101 | 1001011 | 0 | 111 | 100011011 | 1010011 | 111010 |
Color Harmonies of #BC3CED
Complementary color
Monochromatic Colors of #BC3CED
Black with #BC3CED
Text Example
Text Example
White with #BC3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CED; }
p { color: rgb(188,60,237); }
H1.HeaderClassName
{
color: #BC3CED;
}
.AnyTagClassName
{
color: #BC3CED;
}
</style>
background-color css
<style>
a { background-color: #BC3CED; }
a { background-color: rgb(188,60,237); }
div.DivClassName
{
background-color: #BC3CED;
}
.BgClassName
{
background-color: #BC3CED;
}
</style>
border-color css
<style>
span { border-color: #BC3CED; }
span { border-color: rgb(188,60,237); }
td.TdClassName
{
border-color: #BC3CED;
}
.TagClassName
{
border-color: #BC3CED;
}
</style>