Shades of Medium Orchid #BC68E6
Tints of Medium Orchid #BC68E6
RGB
CMYK
RGB Variations
Color information
#BC68E6 (or 0xBC68E6) is known color: Medium Orchid. HEX triplet: BC, 68 and E6. RGB value is (188,104,230). Sum of RGB (Red+Green+Blue) = 188+104+230=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC68E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68E6 is #439719. Grayscale: #8F8F8F. Windows color (decimal): -4429594 or 15100092. OLE color: 15100092.
HSL color Cylindrical-coordinate representation of color #BC68E6: hue angle of 280º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC68E6 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 104 | 230 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.10 |
| HSL | 280º | 0.72% | 0.65% | - |
| HSV(B) | 280º | 0.55% | 0.9% | - |
| XYZ | 39.97 | 26.31 | 77.83 | - |
| YUV | 143.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 230 | 0.18 | 0.55 | 0 | 0.10 | 280 | 0.72 | 0.65 |
| Hex | BC | 68 | E6 | 12 | 37 | 0 | A | 118 | 48 | 41 |
| Octal | 274 | 150 | 346 | 22 | 67 | 0 | 12 | 430 | 110 | 101 |
| Binary | 10111100 | 1101000 | 11100110 | 10010 | 110111 | 0 | 1010 | 100011000 | 1001000 | 1000001 |
Color Harmonies of #BC68E6
Complementary color
Monochromatic Colors of #BC68E6
Black with #BC68E6
Text Example
Text Example
White with #BC68E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68E6; }
p { color: rgb(188,104,230); }
H1.HeaderClassName
{
color: #BC68E6;
}
.AnyTagClassName
{
color: #BC68E6;
}
</style>
background-color css
<style>
a { background-color: #BC68E6; }
a { background-color: rgb(188,104,230); }
div.DivClassName
{
background-color: #BC68E6;
}
.BgClassName
{
background-color: #BC68E6;
}
</style>
border-color css
<style>
span { border-color: #BC68E6; }
span { border-color: rgb(188,104,230); }
td.TdClassName
{
border-color: #BC68E6;
}
.TagClassName
{
border-color: #BC68E6;
}
</style>