Shades of Medium Orchid #BC69CE
Tints of Medium Orchid #BC69CE
RGB
CMYK
RGB Variations
Color information
#BC69CE (or 0xBC69CE) is known color: Medium Orchid. HEX triplet: BC, 69 and CE. RGB value is (188,105,206). Sum of RGB (Red+Green+Blue) = 188+105+206=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69CE is #439631. Grayscale: #8D8D8D. Windows color (decimal): -4429362 or 13527484. OLE color: 13527484.
HSL color Cylindrical-coordinate representation of color #BC69CE: hue angle of 289.31º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC69CE is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 105 | 206 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.19 |
| HSL | 289.31º | 0.51% | 0.61% | - |
| HSV(B) | 289.31º | 0.49% | 0.81% | - |
| XYZ | 36.93 | 25.25 | 61.32 | - |
| YUV | 141.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 206 | 0.09 | 0.49 | 0 | 0.19 | 289.31 | 0.51 | 0.61 |
| Hex | BC | 69 | CE | 9 | 31 | 0 | 13 | 121 | 33 | 3D |
| Octal | 274 | 151 | 316 | 11 | 61 | 0 | 23 | 441 | 63 | 75 |
| Binary | 10111100 | 1101001 | 11001110 | 1001 | 110001 | 0 | 10011 | 100100001 | 110011 | 111101 |
Color Harmonies of #BC69CE
Complementary color
Monochromatic Colors of #BC69CE
Black with #BC69CE
Text Example
Text Example
White with #BC69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69CE; }
p { color: rgb(188,105,206); }
H1.HeaderClassName
{
color: #BC69CE;
}
.AnyTagClassName
{
color: #BC69CE;
}
</style>
background-color css
<style>
a { background-color: #BC69CE; }
a { background-color: rgb(188,105,206); }
div.DivClassName
{
background-color: #BC69CE;
}
.BgClassName
{
background-color: #BC69CE;
}
</style>
border-color css
<style>
span { border-color: #BC69CE; }
span { border-color: rgb(188,105,206); }
td.TdClassName
{
border-color: #BC69CE;
}
.TagClassName
{
border-color: #BC69CE;
}
</style>