Shades of Medium Orchid #BA76E6
Tints of Medium Orchid #BA76E6
RGB
CMYK
RGB Variations
Color information
#BA76E6 (or 0xBA76E6) is known color: Medium Orchid. HEX triplet: BA, 76 and E6. RGB value is (186,118,230). Sum of RGB (Red+Green+Blue) = 186+118+230=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76E6 is #458919. Grayscale: #969696. Windows color (decimal): -4557082 or 15103674. OLE color: 15103674.
HSL color Cylindrical-coordinate representation of color #BA76E6: hue angle of 276.43º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA76E6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 118 | 230 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.10 |
| HSL | 276.43º | 0.69% | 0.68% | - |
| HSV(B) | 276.43º | 0.49% | 0.9% | - |
| XYZ | 41.01 | 29.11 | 78.32 | - |
| YUV | 151.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 230 | 0.19 | 0.49 | 0 | 0.10 | 276.43 | 0.69 | 0.68 |
| Hex | BA | 76 | E6 | 13 | 31 | 0 | A | 114 | 45 | 44 |
| Octal | 272 | 166 | 346 | 23 | 61 | 0 | 12 | 424 | 105 | 104 |
| Binary | 10111010 | 1110110 | 11100110 | 10011 | 110001 | 0 | 1010 | 100010100 | 1000101 | 1000100 |
Color Harmonies of #BA76E6
Complementary color
Monochromatic Colors of #BA76E6
Black with #BA76E6
Text Example
Text Example
White with #BA76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76E6; }
p { color: rgb(186,118,230); }
H1.HeaderClassName
{
color: #BA76E6;
}
.AnyTagClassName
{
color: #BA76E6;
}
</style>
background-color css
<style>
a { background-color: #BA76E6; }
a { background-color: rgb(186,118,230); }
div.DivClassName
{
background-color: #BA76E6;
}
.BgClassName
{
background-color: #BA76E6;
}
</style>
border-color css
<style>
span { border-color: #BA76E6; }
span { border-color: rgb(186,118,230); }
td.TdClassName
{
border-color: #BA76E6;
}
.TagClassName
{
border-color: #BA76E6;
}
</style>