Shades of Medium Orchid #BC79E2
Tints of Medium Orchid #BC79E2
RGB
CMYK
RGB Variations
Color information
#BC79E2 (or 0xBC79E2) is known color: Medium Orchid. HEX triplet: BC, 79 and E2. RGB value is (188,121,226). Sum of RGB (Red+Green+Blue) = 188+121+226=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC79E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79E2 is #43861D. Grayscale: #989898. Windows color (decimal): -4425246 or 14842300. OLE color: 14842300.
HSL color Cylindrical-coordinate representation of color #BC79E2: hue angle of 278.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC79E2 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 121 | 226 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.11 |
| HSL | 278.29º | 0.64% | 0.68% | - |
| HSV(B) | 278.29º | 0.46% | 0.89% | - |
| XYZ | 41.3 | 29.86 | 75.54 | - |
| YUV | 153 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 226 | 0.17 | 0.46 | 0 | 0.11 | 278.29 | 0.64 | 0.68 |
| Hex | BC | 79 | E2 | 11 | 2E | 0 | B | 116 | 40 | 44 |
| Octal | 274 | 171 | 342 | 21 | 56 | 0 | 13 | 426 | 100 | 104 |
| Binary | 10111100 | 1111001 | 11100010 | 10001 | 101110 | 0 | 1011 | 100010110 | 1000000 | 1000100 |
Color Harmonies of #BC79E2
Complementary color
Monochromatic Colors of #BC79E2
Black with #BC79E2
Text Example
Text Example
White with #BC79E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79E2; }
p { color: rgb(188,121,226); }
H1.HeaderClassName
{
color: #BC79E2;
}
.AnyTagClassName
{
color: #BC79E2;
}
</style>
background-color css
<style>
a { background-color: #BC79E2; }
a { background-color: rgb(188,121,226); }
div.DivClassName
{
background-color: #BC79E2;
}
.BgClassName
{
background-color: #BC79E2;
}
</style>
border-color css
<style>
span { border-color: #BC79E2; }
span { border-color: rgb(188,121,226); }
td.TdClassName
{
border-color: #BC79E2;
}
.TagClassName
{
border-color: #BC79E2;
}
</style>