Shades of Medium Orchid #BC69D9
Tints of Medium Orchid #BC69D9
RGB
CMYK
RGB Variations
Color information
#BC69D9 (or 0xBC69D9) is known color: Medium Orchid. HEX triplet: BC, 69 and D9. RGB value is (188,105,217). Sum of RGB (Red+Green+Blue) = 188+105+217=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC69D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69D9 is #439626. Grayscale: #8E8E8E. Windows color (decimal): -4429351 or 14248380. OLE color: 14248380.
HSL color Cylindrical-coordinate representation of color #BC69D9: hue angle of 284.46º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC69D9 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 105 | 217 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.15 |
| HSL | 284.46º | 0.6% | 0.63% | - |
| HSV(B) | 284.46º | 0.52% | 0.85% | - |
| XYZ | 38.32 | 25.8 | 68.61 | - |
| YUV | 142.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 217 | 0.13 | 0.52 | 0 | 0.15 | 284.46 | 0.6 | 0.63 |
| Hex | BC | 69 | D9 | D | 34 | 0 | F | 11C | 3C | 3F |
| Octal | 274 | 151 | 331 | 15 | 64 | 0 | 17 | 434 | 74 | 77 |
| Binary | 10111100 | 1101001 | 11011001 | 1101 | 110100 | 0 | 1111 | 100011100 | 111100 | 111111 |
Color Harmonies of #BC69D9
Complementary color
Monochromatic Colors of #BC69D9
Black with #BC69D9
Text Example
Text Example
White with #BC69D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69D9; }
p { color: rgb(188,105,217); }
H1.HeaderClassName
{
color: #BC69D9;
}
.AnyTagClassName
{
color: #BC69D9;
}
</style>
background-color css
<style>
a { background-color: #BC69D9; }
a { background-color: rgb(188,105,217); }
div.DivClassName
{
background-color: #BC69D9;
}
.BgClassName
{
background-color: #BC69D9;
}
</style>
border-color css
<style>
span { border-color: #BC69D9; }
span { border-color: rgb(188,105,217); }
td.TdClassName
{
border-color: #BC69D9;
}
.TagClassName
{
border-color: #BC69D9;
}
</style>