Shades of Medium Orchid #BC3DED
Tints of Medium Orchid #BC3DED
RGB
CMYK
RGB Variations
Color information
#BC3DED (or 0xBC3DED) is known color: Medium Orchid. HEX triplet: BC, 3D and ED. RGB value is (188,61,237). Sum of RGB (Red+Green+Blue) = 188+61+237=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DED is #43C212. Grayscale: #767676. Windows color (decimal): -4440595 or 15547836. OLE color: 15547836.
HSL color Cylindrical-coordinate representation of color #BC3DED: hue angle of 283.3º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3DED is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 61 | 237 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.07 |
| HSL | 283.3º | 0.83% | 0.58% | - |
| HSV(B) | 283.3º | 0.74% | 0.93% | - |
| XYZ | 37.69 | 20.14 | 82.02 | - |
| YUV | 119.04 | 194.58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 237 | 0.21 | 0.74 | 0 | 0.07 | 283.3 | 0.83 | 0.58 |
| Hex | BC | 3D | ED | 15 | 4A | 0 | 7 | 11B | 53 | 3A |
| Octal | 274 | 75 | 355 | 25 | 112 | 0 | 7 | 433 | 123 | 72 |
| Binary | 10111100 | 111101 | 11101101 | 10101 | 1001010 | 0 | 111 | 100011011 | 1010011 | 111010 |
Color Harmonies of #BC3DED
Complementary color
Monochromatic Colors of #BC3DED
Black with #BC3DED
Text Example
Text Example
White with #BC3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DED; }
p { color: rgb(188,61,237); }
H1.HeaderClassName
{
color: #BC3DED;
}
.AnyTagClassName
{
color: #BC3DED;
}
</style>
background-color css
<style>
a { background-color: #BC3DED; }
a { background-color: rgb(188,61,237); }
div.DivClassName
{
background-color: #BC3DED;
}
.BgClassName
{
background-color: #BC3DED;
}
</style>
border-color css
<style>
span { border-color: #BC3DED; }
span { border-color: rgb(188,61,237); }
td.TdClassName
{
border-color: #BC3DED;
}
.TagClassName
{
border-color: #BC3DED;
}
</style>