Shades of Medium Orchid #BA76EA
Tints of Medium Orchid #BA76EA
RGB
CMYK
RGB Variations
Color information
#BA76EA (or 0xBA76EA) is known color: Medium Orchid. HEX triplet: BA, 76 and EA. RGB value is (186,118,234). Sum of RGB (Red+Green+Blue) = 186+118+234=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76EA is #458915. Grayscale: #979797. Windows color (decimal): -4557078 or 15365818. OLE color: 15365818.
HSL color Cylindrical-coordinate representation of color #BA76EA: hue angle of 275.17º degrees, saturation: 0.73, 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 #BA76EA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 118 | 234 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.08 |
| HSL | 275.17º | 0.73% | 0.69% | - |
| HSV(B) | 275.17º | 0.5% | 0.92% | - |
| XYZ | 41.58 | 29.34 | 81.31 | - |
| YUV | 151.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 234 | 0.21 | 0.50 | 0 | 0.08 | 275.17 | 0.73 | 0.69 |
| Hex | BA | 76 | EA | 15 | 32 | 0 | 8 | 113 | 49 | 45 |
| Octal | 272 | 166 | 352 | 25 | 62 | 0 | 10 | 423 | 111 | 105 |
| Binary | 10111010 | 1110110 | 11101010 | 10101 | 110010 | 0 | 1000 | 100010011 | 1001001 | 1000101 |
Color Harmonies of #BA76EA
Complementary color
Monochromatic Colors of #BA76EA
Black with #BA76EA
Text Example
Text Example
White with #BA76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76EA; }
p { color: rgb(186,118,234); }
H1.HeaderClassName
{
color: #BA76EA;
}
.AnyTagClassName
{
color: #BA76EA;
}
</style>
background-color css
<style>
a { background-color: #BA76EA; }
a { background-color: rgb(186,118,234); }
div.DivClassName
{
background-color: #BA76EA;
}
.BgClassName
{
background-color: #BA76EA;
}
</style>
border-color css
<style>
span { border-color: #BA76EA; }
span { border-color: rgb(186,118,234); }
td.TdClassName
{
border-color: #BA76EA;
}
.TagClassName
{
border-color: #BA76EA;
}
</style>