Shades of Medium Orchid #BC69DE
Tints of Medium Orchid #BC69DE
RGB
CMYK
RGB Variations
Color information
#BC69DE (or 0xBC69DE) is known color: Medium Orchid. HEX triplet: BC, 69 and DE. RGB value is (188,105,222). Sum of RGB (Red+Green+Blue) = 188+105+222=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69DE is #439621. Grayscale: #8E8E8E. Windows color (decimal): -4429346 or 14576060. OLE color: 14576060.
HSL color Cylindrical-coordinate representation of color #BC69DE: hue angle of 282.56º degrees, saturation: 0.64, 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 #BC69DE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 105 | 222 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.13 |
| HSL | 282.56º | 0.64% | 0.64% | - |
| HSV(B) | 282.56º | 0.53% | 0.87% | - |
| XYZ | 38.98 | 26.07 | 72.08 | - |
| YUV | 143.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 222 | 0.15 | 0.53 | 0 | 0.13 | 282.56 | 0.64 | 0.64 |
| Hex | BC | 69 | DE | F | 35 | 0 | D | 11B | 40 | 40 |
| Octal | 274 | 151 | 336 | 17 | 65 | 0 | 15 | 433 | 100 | 100 |
| Binary | 10111100 | 1101001 | 11011110 | 1111 | 110101 | 0 | 1101 | 100011011 | 1000000 | 1000000 |
Color Harmonies of #BC69DE
Complementary color
Monochromatic Colors of #BC69DE
Black with #BC69DE
Text Example
Text Example
White with #BC69DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69DE; }
p { color: rgb(188,105,222); }
H1.HeaderClassName
{
color: #BC69DE;
}
.AnyTagClassName
{
color: #BC69DE;
}
</style>
background-color css
<style>
a { background-color: #BC69DE; }
a { background-color: rgb(188,105,222); }
div.DivClassName
{
background-color: #BC69DE;
}
.BgClassName
{
background-color: #BC69DE;
}
</style>
border-color css
<style>
span { border-color: #BC69DE; }
span { border-color: rgb(188,105,222); }
td.TdClassName
{
border-color: #BC69DE;
}
.TagClassName
{
border-color: #BC69DE;
}
</style>