Shades of Medium Orchid #BC76E3
Tints of Medium Orchid #BC76E3
RGB
CMYK
RGB Variations
Color information
#BC76E3 (or 0xBC76E3) is known color: Medium Orchid. HEX triplet: BC, 76 and E3. RGB value is (188,118,227). Sum of RGB (Red+Green+Blue) = 188+118+227=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC76E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76E3 is #43891C. Grayscale: #969696. Windows color (decimal): -4426013 or 14907068. OLE color: 14907068.
HSL color Cylindrical-coordinate representation of color #BC76E3: hue angle of 278.53º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC76E3 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 118 | 227 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.11 |
| HSL | 278.53º | 0.66% | 0.68% | - |
| HSV(B) | 278.53º | 0.48% | 0.89% | - |
| XYZ | 41.08 | 29.19 | 76.14 | - |
| YUV | 151.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 227 | 0.17 | 0.48 | 0 | 0.11 | 278.53 | 0.66 | 0.68 |
| Hex | BC | 76 | E3 | 11 | 30 | 0 | B | 117 | 42 | 44 |
| Octal | 274 | 166 | 343 | 21 | 60 | 0 | 13 | 427 | 102 | 104 |
| Binary | 10111100 | 1110110 | 11100011 | 10001 | 110000 | 0 | 1011 | 100010111 | 1000010 | 1000100 |
Color Harmonies of #BC76E3
Complementary color
Monochromatic Colors of #BC76E3
Black with #BC76E3
Text Example
Text Example
White with #BC76E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76E3; }
p { color: rgb(188,118,227); }
H1.HeaderClassName
{
color: #BC76E3;
}
.AnyTagClassName
{
color: #BC76E3;
}
</style>
background-color css
<style>
a { background-color: #BC76E3; }
a { background-color: rgb(188,118,227); }
div.DivClassName
{
background-color: #BC76E3;
}
.BgClassName
{
background-color: #BC76E3;
}
</style>
border-color css
<style>
span { border-color: #BC76E3; }
span { border-color: rgb(188,118,227); }
td.TdClassName
{
border-color: #BC76E3;
}
.TagClassName
{
border-color: #BC76E3;
}
</style>