Shades of Medium Orchid #BC4DED
Tints of Medium Orchid #BC4DED
RGB
CMYK
RGB Variations
Color information
#BC4DED (or 0xBC4DED) is known color: Medium Orchid. HEX triplet: BC, 4D and ED. RGB value is (188,77,237). Sum of RGB (Red+Green+Blue) = 188+77+237=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DED is #43B212. Grayscale: #7F7F7F. Windows color (decimal): -4436499 or 15551932. OLE color: 15551932.
HSL color Cylindrical-coordinate representation of color #BC4DED: hue angle of 281.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4DED is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 77 | 237 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.07 |
| HSL | 281.63º | 0.82% | 0.62% | - |
| HSV(B) | 281.63º | 0.68% | 0.93% | - |
| XYZ | 38.68 | 22.11 | 82.35 | - |
| YUV | 128.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 237 | 0.21 | 0.68 | 0 | 0.07 | 281.63 | 0.82 | 0.62 |
| Hex | BC | 4D | ED | 15 | 44 | 0 | 7 | 11A | 52 | 3E |
| Octal | 274 | 115 | 355 | 25 | 104 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111100 | 1001101 | 11101101 | 10101 | 1000100 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BC4DED
Complementary color
Monochromatic Colors of #BC4DED
Black with #BC4DED
Text Example
Text Example
White with #BC4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DED; }
p { color: rgb(188,77,237); }
H1.HeaderClassName
{
color: #BC4DED;
}
.AnyTagClassName
{
color: #BC4DED;
}
</style>
background-color css
<style>
a { background-color: #BC4DED; }
a { background-color: rgb(188,77,237); }
div.DivClassName
{
background-color: #BC4DED;
}
.BgClassName
{
background-color: #BC4DED;
}
</style>
border-color css
<style>
span { border-color: #BC4DED; }
span { border-color: rgb(188,77,237); }
td.TdClassName
{
border-color: #BC4DED;
}
.TagClassName
{
border-color: #BC4DED;
}
</style>