Shades of Medium Orchid #BA76E7
Tints of Medium Orchid #BA76E7
RGB
CMYK
RGB Variations
Color information
#BA76E7 (or 0xBA76E7) is known color: Medium Orchid. HEX triplet: BA, 76 and E7. RGB value is (186,118,231). Sum of RGB (Red+Green+Blue) = 186+118+231=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76E7 is #458918. Grayscale: #969696. Windows color (decimal): -4557081 or 15169210. OLE color: 15169210.
HSL color Cylindrical-coordinate representation of color #BA76E7: hue angle of 276.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA76E7 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 118 | 231 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.09 |
| HSL | 276.11º | 0.7% | 0.68% | - |
| HSV(B) | 276.11º | 0.49% | 0.91% | - |
| XYZ | 41.15 | 29.17 | 79.06 | - |
| YUV | 151.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 231 | 0.19 | 0.49 | 0 | 0.09 | 276.11 | 0.7 | 0.68 |
| Hex | BA | 76 | E7 | 13 | 31 | 0 | 9 | 114 | 46 | 44 |
| Octal | 272 | 166 | 347 | 23 | 61 | 0 | 11 | 424 | 106 | 104 |
| Binary | 10111010 | 1110110 | 11100111 | 10011 | 110001 | 0 | 1001 | 100010100 | 1000110 | 1000100 |
Color Harmonies of #BA76E7
Complementary color
Monochromatic Colors of #BA76E7
Black with #BA76E7
Text Example
Text Example
White with #BA76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76E7; }
p { color: rgb(186,118,231); }
H1.HeaderClassName
{
color: #BA76E7;
}
.AnyTagClassName
{
color: #BA76E7;
}
</style>
background-color css
<style>
a { background-color: #BA76E7; }
a { background-color: rgb(186,118,231); }
div.DivClassName
{
background-color: #BA76E7;
}
.BgClassName
{
background-color: #BA76E7;
}
</style>
border-color css
<style>
span { border-color: #BA76E7; }
span { border-color: rgb(186,118,231); }
td.TdClassName
{
border-color: #BA76E7;
}
.TagClassName
{
border-color: #BA76E7;
}
</style>