Shades of Medium Orchid #BC69DF
Tints of Medium Orchid #BC69DF
RGB
CMYK
RGB Variations
Color information
#BC69DF (or 0xBC69DF) is known color: Medium Orchid. HEX triplet: BC, 69 and DF. RGB value is (188,105,223). Sum of RGB (Red+Green+Blue) = 188+105+223=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69DF is #439620. Grayscale: #8E8E8E. Windows color (decimal): -4429345 or 14641596. OLE color: 14641596.
HSL color Cylindrical-coordinate representation of color #BC69DF: hue angle of 282.2º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC69DF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 105 | 223 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.13 |
| HSL | 282.2º | 0.65% | 0.64% | - |
| HSV(B) | 282.2º | 0.53% | 0.87% | - |
| XYZ | 39.11 | 26.12 | 72.79 | - |
| YUV | 143.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 223 | 0.16 | 0.53 | 0 | 0.13 | 282.2 | 0.65 | 0.64 |
| Hex | BC | 69 | DF | 10 | 35 | 0 | D | 11A | 41 | 40 |
| Octal | 274 | 151 | 337 | 20 | 65 | 0 | 15 | 432 | 101 | 100 |
| Binary | 10111100 | 1101001 | 11011111 | 10000 | 110101 | 0 | 1101 | 100011010 | 1000001 | 1000000 |
Color Harmonies of #BC69DF
Complementary color
Monochromatic Colors of #BC69DF
Black with #BC69DF
Text Example
Text Example
White with #BC69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69DF; }
p { color: rgb(188,105,223); }
H1.HeaderClassName
{
color: #BC69DF;
}
.AnyTagClassName
{
color: #BC69DF;
}
</style>
background-color css
<style>
a { background-color: #BC69DF; }
a { background-color: rgb(188,105,223); }
div.DivClassName
{
background-color: #BC69DF;
}
.BgClassName
{
background-color: #BC69DF;
}
</style>
border-color css
<style>
span { border-color: #BC69DF; }
span { border-color: rgb(188,105,223); }
td.TdClassName
{
border-color: #BC69DF;
}
.TagClassName
{
border-color: #BC69DF;
}
</style>