Shades of Medium Orchid #BA61DA
Tints of Medium Orchid #BA61DA
RGB
CMYK
RGB Variations
Color information
#BA61DA (or 0xBA61DA) is known color: Medium Orchid. HEX triplet: BA, 61 and DA. RGB value is (186,97,218). Sum of RGB (Red+Green+Blue) = 186+97+218=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61DA is #459E25. Grayscale: #898989. Windows color (decimal): -4562470 or 14311866. OLE color: 14311866.
HSL color Cylindrical-coordinate representation of color #BA61DA: hue angle of 284.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA61DA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 97 | 218 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.15 |
| HSL | 284.13º | 0.62% | 0.62% | - |
| HSV(B) | 284.13º | 0.56% | 0.85% | - |
| XYZ | 37.18 | 24.05 | 69.01 | - |
| YUV | 137.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 218 | 0.15 | 0.56 | 0 | 0.15 | 284.13 | 0.62 | 0.62 |
| Hex | BA | 61 | DA | F | 38 | 0 | F | 11C | 3E | 3E |
| Octal | 272 | 141 | 332 | 17 | 70 | 0 | 17 | 434 | 76 | 76 |
| Binary | 10111010 | 1100001 | 11011010 | 1111 | 111000 | 0 | 1111 | 100011100 | 111110 | 111110 |
Color Harmonies of #BA61DA
Complementary color
Monochromatic Colors of #BA61DA
Black with #BA61DA
Text Example
Text Example
White with #BA61DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61DA; }
p { color: rgb(186,97,218); }
H1.HeaderClassName
{
color: #BA61DA;
}
.AnyTagClassName
{
color: #BA61DA;
}
</style>
background-color css
<style>
a { background-color: #BA61DA; }
a { background-color: rgb(186,97,218); }
div.DivClassName
{
background-color: #BA61DA;
}
.BgClassName
{
background-color: #BA61DA;
}
</style>
border-color css
<style>
span { border-color: #BA61DA; }
span { border-color: rgb(186,97,218); }
td.TdClassName
{
border-color: #BA61DA;
}
.TagClassName
{
border-color: #BA61DA;
}
</style>