Shades of Medium Orchid #BA61DB
Tints of Medium Orchid #BA61DB
RGB
CMYK
RGB Variations
Color information
#BA61DB (or 0xBA61DB) is known color: Medium Orchid. HEX triplet: BA, 61 and DB. RGB value is (186,97,219). Sum of RGB (Red+Green+Blue) = 186+97+219=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61DB is #459E24. Grayscale: #898989. Windows color (decimal): -4562469 or 14377402. OLE color: 14377402.
HSL color Cylindrical-coordinate representation of color #BA61DB: hue angle of 283.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA61DB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 97 | 219 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.14 |
| HSL | 283.77º | 0.63% | 0.62% | - |
| HSV(B) | 283.77º | 0.56% | 0.86% | - |
| XYZ | 37.31 | 24.1 | 69.7 | - |
| YUV | 137.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 219 | 0.15 | 0.56 | 0 | 0.14 | 283.77 | 0.63 | 0.62 |
| Hex | BA | 61 | DB | F | 38 | 0 | E | 11C | 3F | 3E |
| Octal | 272 | 141 | 333 | 17 | 70 | 0 | 16 | 434 | 77 | 76 |
| Binary | 10111010 | 1100001 | 11011011 | 1111 | 111000 | 0 | 1110 | 100011100 | 111111 | 111110 |
Color Harmonies of #BA61DB
Complementary color
Monochromatic Colors of #BA61DB
Black with #BA61DB
Text Example
Text Example
White with #BA61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61DB; }
p { color: rgb(186,97,219); }
H1.HeaderClassName
{
color: #BA61DB;
}
.AnyTagClassName
{
color: #BA61DB;
}
</style>
background-color css
<style>
a { background-color: #BA61DB; }
a { background-color: rgb(186,97,219); }
div.DivClassName
{
background-color: #BA61DB;
}
.BgClassName
{
background-color: #BA61DB;
}
</style>
border-color css
<style>
span { border-color: #BA61DB; }
span { border-color: rgb(186,97,219); }
td.TdClassName
{
border-color: #BA61DB;
}
.TagClassName
{
border-color: #BA61DB;
}
</style>