Shades of Medium Orchid #BA61D1
Tints of Medium Orchid #BA61D1
RGB
CMYK
RGB Variations
Color information
#BA61D1 (or 0xBA61D1) is known color: Medium Orchid. HEX triplet: BA, 61 and D1. RGB value is (186,97,209). Sum of RGB (Red+Green+Blue) = 186+97+209=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA61D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61D1 is #459E2E. Grayscale: #888888. Windows color (decimal): -4562479 or 13722042. OLE color: 13722042.
HSL color Cylindrical-coordinate representation of color #BA61D1: hue angle of 287.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA61D1 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 97 | 209 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.18 |
| HSL | 287.68º | 0.55% | 0.6% | - |
| HSV(B) | 287.68º | 0.54% | 0.82% | - |
| XYZ | 36.03 | 23.59 | 62.98 | - |
| YUV | 136.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 209 | 0.11 | 0.54 | 0 | 0.18 | 287.68 | 0.55 | 0.6 |
| Hex | BA | 61 | D1 | B | 36 | 0 | 12 | 120 | 37 | 3C |
| Octal | 272 | 141 | 321 | 13 | 66 | 0 | 22 | 440 | 67 | 74 |
| Binary | 10111010 | 1100001 | 11010001 | 1011 | 110110 | 0 | 10010 | 100100000 | 110111 | 111100 |
Color Harmonies of #BA61D1
Complementary color
Monochromatic Colors of #BA61D1
Black with #BA61D1
Text Example
Text Example
White with #BA61D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61D1; }
p { color: rgb(186,97,209); }
H1.HeaderClassName
{
color: #BA61D1;
}
.AnyTagClassName
{
color: #BA61D1;
}
</style>
background-color css
<style>
a { background-color: #BA61D1; }
a { background-color: rgb(186,97,209); }
div.DivClassName
{
background-color: #BA61D1;
}
.BgClassName
{
background-color: #BA61D1;
}
</style>
border-color css
<style>
span { border-color: #BA61D1; }
span { border-color: rgb(186,97,209); }
td.TdClassName
{
border-color: #BA61D1;
}
.TagClassName
{
border-color: #BA61D1;
}
</style>