Shades of Medium Orchid #BC6EDF
Tints of Medium Orchid #BC6EDF
RGB
CMYK
RGB Variations
Color information
#BC6EDF (or 0xBC6EDF) is known color: Medium Orchid. HEX triplet: BC, 6E and DF. RGB value is (188,110,223). Sum of RGB (Red+Green+Blue) = 188+110+223=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EDF is #439120. Grayscale: #919191. Windows color (decimal): -4428065 or 14642876. OLE color: 14642876.
HSL color Cylindrical-coordinate representation of color #BC6EDF: hue angle of 281.42º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6EDF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 110 | 223 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.13 |
| HSL | 281.42º | 0.64% | 0.65% | - |
| HSV(B) | 281.42º | 0.51% | 0.87% | - |
| XYZ | 39.63 | 27.17 | 72.97 | - |
| YUV | 146.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 223 | 0.16 | 0.51 | 0 | 0.13 | 281.42 | 0.64 | 0.65 |
| Hex | BC | 6E | DF | 10 | 33 | 0 | D | 119 | 40 | 41 |
| Octal | 274 | 156 | 337 | 20 | 63 | 0 | 15 | 431 | 100 | 101 |
| Binary | 10111100 | 1101110 | 11011111 | 10000 | 110011 | 0 | 1101 | 100011001 | 1000000 | 1000001 |
Color Harmonies of #BC6EDF
Complementary color
Monochromatic Colors of #BC6EDF
Black with #BC6EDF
Text Example
Text Example
White with #BC6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EDF; }
p { color: rgb(188,110,223); }
H1.HeaderClassName
{
color: #BC6EDF;
}
.AnyTagClassName
{
color: #BC6EDF;
}
</style>
background-color css
<style>
a { background-color: #BC6EDF; }
a { background-color: rgb(188,110,223); }
div.DivClassName
{
background-color: #BC6EDF;
}
.BgClassName
{
background-color: #BC6EDF;
}
</style>
border-color css
<style>
span { border-color: #BC6EDF; }
span { border-color: rgb(188,110,223); }
td.TdClassName
{
border-color: #BC6EDF;
}
.TagClassName
{
border-color: #BC6EDF;
}
</style>