Shades of Medium Orchid #BC77E5
Tints of Medium Orchid #BC77E5
RGB
CMYK
RGB Variations
Color information
#BC77E5 (or 0xBC77E5) is known color: Medium Orchid. HEX triplet: BC, 77 and E5. RGB value is (188,119,229). Sum of RGB (Red+Green+Blue) = 188+119+229=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77E5 is #43881A. Grayscale: #979797. Windows color (decimal): -4425755 or 15038396. OLE color: 15038396.
HSL color Cylindrical-coordinate representation of color #BC77E5: hue angle of 277.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC77E5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 119 | 229 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.10 |
| HSL | 277.64º | 0.68% | 0.68% | - |
| HSV(B) | 277.64º | 0.48% | 0.9% | - |
| XYZ | 41.48 | 29.54 | 77.64 | - |
| YUV | 152.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 229 | 0.18 | 0.48 | 0 | 0.10 | 277.64 | 0.68 | 0.68 |
| Hex | BC | 77 | E5 | 12 | 30 | 0 | A | 116 | 44 | 44 |
| Octal | 274 | 167 | 345 | 22 | 60 | 0 | 12 | 426 | 104 | 104 |
| Binary | 10111100 | 1110111 | 11100101 | 10010 | 110000 | 0 | 1010 | 100010110 | 1000100 | 1000100 |
Color Harmonies of #BC77E5
Complementary color
Monochromatic Colors of #BC77E5
Black with #BC77E5
Text Example
Text Example
White with #BC77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77E5; }
p { color: rgb(188,119,229); }
H1.HeaderClassName
{
color: #BC77E5;
}
.AnyTagClassName
{
color: #BC77E5;
}
</style>
background-color css
<style>
a { background-color: #BC77E5; }
a { background-color: rgb(188,119,229); }
div.DivClassName
{
background-color: #BC77E5;
}
.BgClassName
{
background-color: #BC77E5;
}
</style>
border-color css
<style>
span { border-color: #BC77E5; }
span { border-color: rgb(188,119,229); }
td.TdClassName
{
border-color: #BC77E5;
}
.TagClassName
{
border-color: #BC77E5;
}
</style>