Shades of Medium Orchid #BC68E0
Tints of Medium Orchid #BC68E0
RGB
CMYK
RGB Variations
Color information
#BC68E0 (or 0xBC68E0) is known color: Medium Orchid. HEX triplet: BC, 68 and E0. RGB value is (188,104,224). Sum of RGB (Red+Green+Blue) = 188+104+224=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC68E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68E0 is #43971F. Grayscale: #8E8E8E. Windows color (decimal): -4429600 or 14706876. OLE color: 14706876.
HSL color Cylindrical-coordinate representation of color #BC68E0: hue angle of 282º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC68E0 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 104 | 224 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.12 |
| HSL | 282º | 0.66% | 0.64% | - |
| HSV(B) | 282º | 0.54% | 0.88% | - |
| XYZ | 39.14 | 25.97 | 73.47 | - |
| YUV | 142.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 224 | 0.16 | 0.54 | 0 | 0.12 | 282 | 0.66 | 0.64 |
| Hex | BC | 68 | E0 | 10 | 36 | 0 | C | 11A | 42 | 40 |
| Octal | 274 | 150 | 340 | 20 | 66 | 0 | 14 | 432 | 102 | 100 |
| Binary | 10111100 | 1101000 | 11100000 | 10000 | 110110 | 0 | 1100 | 100011010 | 1000010 | 1000000 |
Color Harmonies of #BC68E0
Complementary color
Monochromatic Colors of #BC68E0
Black with #BC68E0
Text Example
Text Example
White with #BC68E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68E0; }
p { color: rgb(188,104,224); }
H1.HeaderClassName
{
color: #BC68E0;
}
.AnyTagClassName
{
color: #BC68E0;
}
</style>
background-color css
<style>
a { background-color: #BC68E0; }
a { background-color: rgb(188,104,224); }
div.DivClassName
{
background-color: #BC68E0;
}
.BgClassName
{
background-color: #BC68E0;
}
</style>
border-color css
<style>
span { border-color: #BC68E0; }
span { border-color: rgb(188,104,224); }
td.TdClassName
{
border-color: #BC68E0;
}
.TagClassName
{
border-color: #BC68E0;
}
</style>