Shades of Medium Orchid #BC68E4
Tints of Medium Orchid #BC68E4
RGB
CMYK
RGB Variations
Color information
#BC68E4 (or 0xBC68E4) is known color: Medium Orchid. HEX triplet: BC, 68 and E4. RGB value is (188,104,228). Sum of RGB (Red+Green+Blue) = 188+104+228=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC68E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68E4 is #43971B. Grayscale: #8E8E8E. Windows color (decimal): -4429596 or 14969020. OLE color: 14969020.
HSL color Cylindrical-coordinate representation of color #BC68E4: hue angle of 280.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC68E4 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 104 | 228 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.11 |
| HSL | 280.65º | 0.7% | 0.65% | - |
| HSV(B) | 280.65º | 0.54% | 0.89% | - |
| XYZ | 39.69 | 26.19 | 76.36 | - |
| YUV | 143.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 228 | 0.18 | 0.54 | 0 | 0.11 | 280.65 | 0.7 | 0.65 |
| Hex | BC | 68 | E4 | 12 | 36 | 0 | B | 119 | 46 | 41 |
| Octal | 274 | 150 | 344 | 22 | 66 | 0 | 13 | 431 | 106 | 101 |
| Binary | 10111100 | 1101000 | 11100100 | 10010 | 110110 | 0 | 1011 | 100011001 | 1000110 | 1000001 |
Color Harmonies of #BC68E4
Complementary color
Monochromatic Colors of #BC68E4
Black with #BC68E4
Text Example
Text Example
White with #BC68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68E4; }
p { color: rgb(188,104,228); }
H1.HeaderClassName
{
color: #BC68E4;
}
.AnyTagClassName
{
color: #BC68E4;
}
</style>
background-color css
<style>
a { background-color: #BC68E4; }
a { background-color: rgb(188,104,228); }
div.DivClassName
{
background-color: #BC68E4;
}
.BgClassName
{
background-color: #BC68E4;
}
</style>
border-color css
<style>
span { border-color: #BC68E4; }
span { border-color: rgb(188,104,228); }
td.TdClassName
{
border-color: #BC68E4;
}
.TagClassName
{
border-color: #BC68E4;
}
</style>