Shades of Medium Orchid #BC5ECF
Tints of Medium Orchid #BC5ECF
RGB
CMYK
RGB Variations
Color information
#BC5ECF (or 0xBC5ECF) is known color: Medium Orchid. HEX triplet: BC, 5E and CF. RGB value is (188,94,207). Sum of RGB (Red+Green+Blue) = 188+94+207=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC5ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ECF is #43A130. Grayscale: #868686. Windows color (decimal): -4432177 or 13590204. OLE color: 13590204.
HSL color Cylindrical-coordinate representation of color #BC5ECF: hue angle of 289.91º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5ECF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 94 | 207 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.19 |
| HSL | 289.91º | 0.54% | 0.59% | - |
| HSV(B) | 289.91º | 0.55% | 0.81% | - |
| XYZ | 36 | 23.2 | 61.61 | - |
| YUV | 134.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 207 | 0.09 | 0.55 | 0 | 0.19 | 289.91 | 0.54 | 0.59 |
| Hex | BC | 5E | CF | 9 | 37 | 0 | 13 | 122 | 36 | 3B |
| Octal | 274 | 136 | 317 | 11 | 67 | 0 | 23 | 442 | 66 | 73 |
| Binary | 10111100 | 1011110 | 11001111 | 1001 | 110111 | 0 | 10011 | 100100010 | 110110 | 111011 |
Color Harmonies of #BC5ECF
Complementary color
Monochromatic Colors of #BC5ECF
Black with #BC5ECF
Text Example
Text Example
White with #BC5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ECF; }
p { color: rgb(188,94,207); }
H1.HeaderClassName
{
color: #BC5ECF;
}
.AnyTagClassName
{
color: #BC5ECF;
}
</style>
background-color css
<style>
a { background-color: #BC5ECF; }
a { background-color: rgb(188,94,207); }
div.DivClassName
{
background-color: #BC5ECF;
}
.BgClassName
{
background-color: #BC5ECF;
}
</style>
border-color css
<style>
span { border-color: #BC5ECF; }
span { border-color: rgb(188,94,207); }
td.TdClassName
{
border-color: #BC5ECF;
}
.TagClassName
{
border-color: #BC5ECF;
}
</style>