Shades of Medium Orchid #BA79DB
Tints of Medium Orchid #BA79DB
RGB
CMYK
RGB Variations
Color information
#BA79DB (or 0xBA79DB) is known color: Medium Orchid. HEX triplet: BA, 79 and DB. RGB value is (186,121,219). Sum of RGB (Red+Green+Blue) = 186+121+219=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79DB is #458624. Grayscale: #979797. Windows color (decimal): -4556325 or 14383546. OLE color: 14383546.
HSL color Cylindrical-coordinate representation of color #BA79DB: hue angle of 279.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA79DB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 121 | 219 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.14 |
| HSL | 279.8º | 0.58% | 0.67% | - |
| HSV(B) | 279.8º | 0.45% | 0.86% | - |
| XYZ | 39.87 | 29.23 | 70.56 | - |
| YUV | 151.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 219 | 0.15 | 0.45 | 0 | 0.14 | 279.8 | 0.58 | 0.67 |
| Hex | BA | 79 | DB | F | 2D | 0 | E | 118 | 3A | 43 |
| Octal | 272 | 171 | 333 | 17 | 55 | 0 | 16 | 430 | 72 | 103 |
| Binary | 10111010 | 1111001 | 11011011 | 1111 | 101101 | 0 | 1110 | 100011000 | 111010 | 1000011 |
Color Harmonies of #BA79DB
Complementary color
Monochromatic Colors of #BA79DB
Black with #BA79DB
Text Example
Text Example
White with #BA79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA79DB; }
p { color: rgb(186,121,219); }
H1.HeaderClassName
{
color: #BA79DB;
}
.AnyTagClassName
{
color: #BA79DB;
}
</style>
background-color css
<style>
a { background-color: #BA79DB; }
a { background-color: rgb(186,121,219); }
div.DivClassName
{
background-color: #BA79DB;
}
.BgClassName
{
background-color: #BA79DB;
}
</style>
border-color css
<style>
span { border-color: #BA79DB; }
span { border-color: rgb(186,121,219); }
td.TdClassName
{
border-color: #BA79DB;
}
.TagClassName
{
border-color: #BA79DB;
}
</style>