Shades of Medium Orchid #BA79DD
Tints of Medium Orchid #BA79DD
RGB
CMYK
RGB Variations
Color information
#BA79DD (or 0xBA79DD) is known color: Medium Orchid. HEX triplet: BA, 79 and DD. RGB value is (186,121,221). Sum of RGB (Red+Green+Blue) = 186+121+221=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79DD is #458622. Grayscale: #979797. Windows color (decimal): -4556323 or 14514618. OLE color: 14514618.
HSL color Cylindrical-coordinate representation of color #BA79DD: hue angle of 279º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA79DD is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 121 | 221 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.13 |
| HSL | 279º | 0.6% | 0.67% | - |
| HSV(B) | 279º | 0.45% | 0.87% | - |
| XYZ | 40.14 | 29.33 | 71.95 | - |
| YUV | 151.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 221 | 0.16 | 0.45 | 0 | 0.13 | 279 | 0.6 | 0.67 |
| Hex | BA | 79 | DD | 10 | 2D | 0 | D | 117 | 3C | 43 |
| Octal | 272 | 171 | 335 | 20 | 55 | 0 | 15 | 427 | 74 | 103 |
| Binary | 10111010 | 1111001 | 11011101 | 10000 | 101101 | 0 | 1101 | 100010111 | 111100 | 1000011 |
Color Harmonies of #BA79DD
Complementary color
Monochromatic Colors of #BA79DD
Black with #BA79DD
Text Example
Text Example
White with #BA79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA79DD; }
p { color: rgb(186,121,221); }
H1.HeaderClassName
{
color: #BA79DD;
}
.AnyTagClassName
{
color: #BA79DD;
}
</style>
background-color css
<style>
a { background-color: #BA79DD; }
a { background-color: rgb(186,121,221); }
div.DivClassName
{
background-color: #BA79DD;
}
.BgClassName
{
background-color: #BA79DD;
}
</style>
border-color css
<style>
span { border-color: #BA79DD; }
span { border-color: rgb(186,121,221); }
td.TdClassName
{
border-color: #BA79DD;
}
.TagClassName
{
border-color: #BA79DD;
}
</style>