Shades of Medium Orchid #BC76E4
Tints of Medium Orchid #BC76E4
RGB
CMYK
RGB Variations
Color information
#BC76E4 (or 0xBC76E4) is known color: Medium Orchid. HEX triplet: BC, 76 and E4. RGB value is (188,118,228). Sum of RGB (Red+Green+Blue) = 188+118+228=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC76E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76E4 is #43891B. Grayscale: #979797. Windows color (decimal): -4426012 or 14972604. OLE color: 14972604.
HSL color Cylindrical-coordinate representation of color #BC76E4: hue angle of 278.18º degrees, saturation: 0.67, 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 #BC76E4 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 118 | 228 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.11 |
| HSL | 278.18º | 0.67% | 0.68% | - |
| HSV(B) | 278.18º | 0.48% | 0.89% | - |
| XYZ | 41.22 | 29.25 | 76.87 | - |
| YUV | 151.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 228 | 0.18 | 0.48 | 0 | 0.11 | 278.18 | 0.67 | 0.68 |
| Hex | BC | 76 | E4 | 12 | 30 | 0 | B | 116 | 43 | 44 |
| Octal | 274 | 166 | 344 | 22 | 60 | 0 | 13 | 426 | 103 | 104 |
| Binary | 10111100 | 1110110 | 11100100 | 10010 | 110000 | 0 | 1011 | 100010110 | 1000011 | 1000100 |
Color Harmonies of #BC76E4
Complementary color
Monochromatic Colors of #BC76E4
Black with #BC76E4
Text Example
Text Example
White with #BC76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76E4; }
p { color: rgb(188,118,228); }
H1.HeaderClassName
{
color: #BC76E4;
}
.AnyTagClassName
{
color: #BC76E4;
}
</style>
background-color css
<style>
a { background-color: #BC76E4; }
a { background-color: rgb(188,118,228); }
div.DivClassName
{
background-color: #BC76E4;
}
.BgClassName
{
background-color: #BC76E4;
}
</style>
border-color css
<style>
span { border-color: #BC76E4; }
span { border-color: rgb(188,118,228); }
td.TdClassName
{
border-color: #BC76E4;
}
.TagClassName
{
border-color: #BC76E4;
}
</style>