Shades of Medium Orchid #BC76E2
Tints of Medium Orchid #BC76E2
RGB
CMYK
RGB Variations
Color information
#BC76E2 (or 0xBC76E2) is known color: Medium Orchid. HEX triplet: BC, 76 and E2. RGB value is (188,118,226). Sum of RGB (Red+Green+Blue) = 188+118+226=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC76E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76E2 is #43891D. Grayscale: #969696. Windows color (decimal): -4426014 or 14841532. OLE color: 14841532.
HSL color Cylindrical-coordinate representation of color #BC76E2: hue angle of 278.89º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC76E2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 118 | 226 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.11 |
| HSL | 278.89º | 0.65% | 0.67% | - |
| HSV(B) | 278.89º | 0.48% | 0.89% | - |
| XYZ | 40.94 | 29.14 | 75.42 | - |
| YUV | 151.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 226 | 0.17 | 0.48 | 0 | 0.11 | 278.89 | 0.65 | 0.67 |
| Hex | BC | 76 | E2 | 11 | 30 | 0 | B | 117 | 41 | 43 |
| Octal | 274 | 166 | 342 | 21 | 60 | 0 | 13 | 427 | 101 | 103 |
| Binary | 10111100 | 1110110 | 11100010 | 10001 | 110000 | 0 | 1011 | 100010111 | 1000001 | 1000011 |
Color Harmonies of #BC76E2
Complementary color
Monochromatic Colors of #BC76E2
Black with #BC76E2
Text Example
Text Example
White with #BC76E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76E2; }
p { color: rgb(188,118,226); }
H1.HeaderClassName
{
color: #BC76E2;
}
.AnyTagClassName
{
color: #BC76E2;
}
</style>
background-color css
<style>
a { background-color: #BC76E2; }
a { background-color: rgb(188,118,226); }
div.DivClassName
{
background-color: #BC76E2;
}
.BgClassName
{
background-color: #BC76E2;
}
</style>
border-color css
<style>
span { border-color: #BC76E2; }
span { border-color: rgb(188,118,226); }
td.TdClassName
{
border-color: #BC76E2;
}
.TagClassName
{
border-color: #BC76E2;
}
</style>