Shades of Medium Orchid #BC6FDF
Tints of Medium Orchid #BC6FDF
RGB
CMYK
RGB Variations
Color information
#BC6FDF (or 0xBC6FDF) is known color: Medium Orchid. HEX triplet: BC, 6F and DF. RGB value is (188,111,223). Sum of RGB (Red+Green+Blue) = 188+111+223=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FDF is #439020. Grayscale: #929292. Windows color (decimal): -4427809 or 14643132. OLE color: 14643132.
HSL color Cylindrical-coordinate representation of color #BC6FDF: hue angle of 281.25º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6FDF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 111 | 223 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.13 |
| HSL | 281.25º | 0.64% | 0.65% | - |
| HSV(B) | 281.25º | 0.5% | 0.87% | - |
| XYZ | 39.74 | 27.39 | 73 | - |
| YUV | 146.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 223 | 0.16 | 0.50 | 0 | 0.13 | 281.25 | 0.64 | 0.65 |
| Hex | BC | 6F | DF | 10 | 32 | 0 | D | 119 | 40 | 41 |
| Octal | 274 | 157 | 337 | 20 | 62 | 0 | 15 | 431 | 100 | 101 |
| Binary | 10111100 | 1101111 | 11011111 | 10000 | 110010 | 0 | 1101 | 100011001 | 1000000 | 1000001 |
Color Harmonies of #BC6FDF
Complementary color
Monochromatic Colors of #BC6FDF
Black with #BC6FDF
Text Example
Text Example
White with #BC6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FDF; }
p { color: rgb(188,111,223); }
H1.HeaderClassName
{
color: #BC6FDF;
}
.AnyTagClassName
{
color: #BC6FDF;
}
</style>
background-color css
<style>
a { background-color: #BC6FDF; }
a { background-color: rgb(188,111,223); }
div.DivClassName
{
background-color: #BC6FDF;
}
.BgClassName
{
background-color: #BC6FDF;
}
</style>
border-color css
<style>
span { border-color: #BC6FDF; }
span { border-color: rgb(188,111,223); }
td.TdClassName
{
border-color: #BC6FDF;
}
.TagClassName
{
border-color: #BC6FDF;
}
</style>