Shades of Medium Orchid #BC68E1
Tints of Medium Orchid #BC68E1
RGB
CMYK
RGB Variations
Color information
#BC68E1 (or 0xBC68E1) is known color: Medium Orchid. HEX triplet: BC, 68 and E1. RGB value is (188,104,225). Sum of RGB (Red+Green+Blue) = 188+104+225=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC68E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68E1 is #43971E. Grayscale: #8E8E8E. Windows color (decimal): -4429599 or 14772412. OLE color: 14772412.
HSL color Cylindrical-coordinate representation of color #BC68E1: hue angle of 281.65º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC68E1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 104 | 225 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.12 |
| HSL | 281.65º | 0.67% | 0.65% | - |
| HSV(B) | 281.65º | 0.54% | 0.88% | - |
| XYZ | 39.28 | 26.03 | 74.19 | - |
| YUV | 142.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 225 | 0.16 | 0.54 | 0 | 0.12 | 281.65 | 0.67 | 0.65 |
| Hex | BC | 68 | E1 | 10 | 36 | 0 | C | 11A | 43 | 41 |
| Octal | 274 | 150 | 341 | 20 | 66 | 0 | 14 | 432 | 103 | 101 |
| Binary | 10111100 | 1101000 | 11100001 | 10000 | 110110 | 0 | 1100 | 100011010 | 1000011 | 1000001 |
Color Harmonies of #BC68E1
Complementary color
Monochromatic Colors of #BC68E1
Black with #BC68E1
Text Example
Text Example
White with #BC68E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68E1; }
p { color: rgb(188,104,225); }
H1.HeaderClassName
{
color: #BC68E1;
}
.AnyTagClassName
{
color: #BC68E1;
}
</style>
background-color css
<style>
a { background-color: #BC68E1; }
a { background-color: rgb(188,104,225); }
div.DivClassName
{
background-color: #BC68E1;
}
.BgClassName
{
background-color: #BC68E1;
}
</style>
border-color css
<style>
span { border-color: #BC68E1; }
span { border-color: rgb(188,104,225); }
td.TdClassName
{
border-color: #BC68E1;
}
.TagClassName
{
border-color: #BC68E1;
}
</style>