Shades of Medium Orchid #BC3EDA
Tints of Medium Orchid #BC3EDA
RGB
CMYK
RGB Variations
Color information
#BC3EDA (or 0xBC3EDA) is known color: Medium Orchid. HEX triplet: BC, 3E and DA. RGB value is (188,62,218). Sum of RGB (Red+Green+Blue) = 188+62+218=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EDA is #43C125. Grayscale: #747474. Windows color (decimal): -4440358 or 14302908. OLE color: 14302908.
HSL color Cylindrical-coordinate representation of color #BC3EDA: hue angle of 288.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3EDA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 62 | 218 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.15 |
| HSL | 288.46º | 0.68% | 0.55% | - |
| HSV(B) | 288.46º | 0.72% | 0.85% | - |
| XYZ | 35.12 | 19.2 | 68.18 | - |
| YUV | 117.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 218 | 0.14 | 0.72 | 0 | 0.15 | 288.46 | 0.68 | 0.55 |
| Hex | BC | 3E | DA | E | 48 | 0 | F | 120 | 44 | 37 |
| Octal | 274 | 76 | 332 | 16 | 110 | 0 | 17 | 440 | 104 | 67 |
| Binary | 10111100 | 111110 | 11011010 | 1110 | 1001000 | 0 | 1111 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BC3EDA
Complementary color
Monochromatic Colors of #BC3EDA
Black with #BC3EDA
Text Example
Text Example
White with #BC3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EDA; }
p { color: rgb(188,62,218); }
H1.HeaderClassName
{
color: #BC3EDA;
}
.AnyTagClassName
{
color: #BC3EDA;
}
</style>
background-color css
<style>
a { background-color: #BC3EDA; }
a { background-color: rgb(188,62,218); }
div.DivClassName
{
background-color: #BC3EDA;
}
.BgClassName
{
background-color: #BC3EDA;
}
</style>
border-color css
<style>
span { border-color: #BC3EDA; }
span { border-color: rgb(188,62,218); }
td.TdClassName
{
border-color: #BC3EDA;
}
.TagClassName
{
border-color: #BC3EDA;
}
</style>