Shades of Medium Orchid #BA76DD
Tints of Medium Orchid #BA76DD
RGB
CMYK
RGB Variations
Color information
#BA76DD (or 0xBA76DD) is known color: Medium Orchid. HEX triplet: BA, 76 and DD. RGB value is (186,118,221). Sum of RGB (Red+Green+Blue) = 186+118+221=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76DD is #458922. Grayscale: #959595. Windows color (decimal): -4557091 or 14513850. OLE color: 14513850.
HSL color Cylindrical-coordinate representation of color #BA76DD: hue angle of 279.61º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA76DD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 118 | 221 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.13 |
| HSL | 279.61º | 0.6% | 0.66% | - |
| HSV(B) | 279.61º | 0.47% | 0.87% | - |
| XYZ | 39.78 | 28.62 | 71.83 | - |
| YUV | 150.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 221 | 0.16 | 0.47 | 0 | 0.13 | 279.61 | 0.6 | 0.66 |
| Hex | BA | 76 | DD | 10 | 2F | 0 | D | 118 | 3C | 42 |
| Octal | 272 | 166 | 335 | 20 | 57 | 0 | 15 | 430 | 74 | 102 |
| Binary | 10111010 | 1110110 | 11011101 | 10000 | 101111 | 0 | 1101 | 100011000 | 111100 | 1000010 |
Color Harmonies of #BA76DD
Complementary color
Monochromatic Colors of #BA76DD
Black with #BA76DD
Text Example
Text Example
White with #BA76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76DD; }
p { color: rgb(186,118,221); }
H1.HeaderClassName
{
color: #BA76DD;
}
.AnyTagClassName
{
color: #BA76DD;
}
</style>
background-color css
<style>
a { background-color: #BA76DD; }
a { background-color: rgb(186,118,221); }
div.DivClassName
{
background-color: #BA76DD;
}
.BgClassName
{
background-color: #BA76DD;
}
</style>
border-color css
<style>
span { border-color: #BA76DD; }
span { border-color: rgb(186,118,221); }
td.TdClassName
{
border-color: #BA76DD;
}
.TagClassName
{
border-color: #BA76DD;
}
</style>