Shades of Medium Orchid #BA76EB
Tints of Medium Orchid #BA76EB
RGB
CMYK
RGB Variations
Color information
#BA76EB (or 0xBA76EB) is known color: Medium Orchid. HEX triplet: BA, 76 and EB. RGB value is (186,118,235). Sum of RGB (Red+Green+Blue) = 186+118+235=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76EB is #458914. Grayscale: #979797. Windows color (decimal): -4557077 or 15431354. OLE color: 15431354.
HSL color Cylindrical-coordinate representation of color #BA76EB: hue angle of 274.87º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA76EB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 118 | 235 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.08 |
| HSL | 274.87º | 0.75% | 0.69% | - |
| HSV(B) | 274.87º | 0.5% | 0.92% | - |
| XYZ | 41.72 | 29.39 | 82.07 | - |
| YUV | 151.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 235 | 0.21 | 0.50 | 0 | 0.08 | 274.87 | 0.75 | 0.69 |
| Hex | BA | 76 | EB | 15 | 32 | 0 | 8 | 113 | 4B | 45 |
| Octal | 272 | 166 | 353 | 25 | 62 | 0 | 10 | 423 | 113 | 105 |
| Binary | 10111010 | 1110110 | 11101011 | 10101 | 110010 | 0 | 1000 | 100010011 | 1001011 | 1000101 |
Color Harmonies of #BA76EB
Complementary color
Monochromatic Colors of #BA76EB
Black with #BA76EB
Text Example
Text Example
White with #BA76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76EB; }
p { color: rgb(186,118,235); }
H1.HeaderClassName
{
color: #BA76EB;
}
.AnyTagClassName
{
color: #BA76EB;
}
</style>
background-color css
<style>
a { background-color: #BA76EB; }
a { background-color: rgb(186,118,235); }
div.DivClassName
{
background-color: #BA76EB;
}
.BgClassName
{
background-color: #BA76EB;
}
</style>
border-color css
<style>
span { border-color: #BA76EB; }
span { border-color: rgb(186,118,235); }
td.TdClassName
{
border-color: #BA76EB;
}
.TagClassName
{
border-color: #BA76EB;
}
</style>