Shades of Medium Orchid #BA61E2
Tints of Medium Orchid #BA61E2
RGB
CMYK
RGB Variations
Color information
#BA61E2 (or 0xBA61E2) is known color: Medium Orchid. HEX triplet: BA, 61 and E2. RGB value is (186,97,226). Sum of RGB (Red+Green+Blue) = 186+97+226=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA61E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61E2 is #459E1D. Grayscale: #898989. Windows color (decimal): -4562462 or 14836154. OLE color: 14836154.
HSL color Cylindrical-coordinate representation of color #BA61E2: hue angle of 281.4º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA61E2 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 97 | 226 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.11 |
| HSL | 281.4º | 0.69% | 0.63% | - |
| HSV(B) | 281.4º | 0.57% | 0.89% | - |
| XYZ | 38.25 | 24.48 | 74.66 | - |
| YUV | 138.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 226 | 0.18 | 0.57 | 0 | 0.11 | 281.4 | 0.69 | 0.63 |
| Hex | BA | 61 | E2 | 12 | 39 | 0 | B | 119 | 45 | 3F |
| Octal | 272 | 141 | 342 | 22 | 71 | 0 | 13 | 431 | 105 | 77 |
| Binary | 10111010 | 1100001 | 11100010 | 10010 | 111001 | 0 | 1011 | 100011001 | 1000101 | 111111 |
Color Harmonies of #BA61E2
Complementary color
Monochromatic Colors of #BA61E2
Black with #BA61E2
Text Example
Text Example
White with #BA61E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61E2; }
p { color: rgb(186,97,226); }
H1.HeaderClassName
{
color: #BA61E2;
}
.AnyTagClassName
{
color: #BA61E2;
}
</style>
background-color css
<style>
a { background-color: #BA61E2; }
a { background-color: rgb(186,97,226); }
div.DivClassName
{
background-color: #BA61E2;
}
.BgClassName
{
background-color: #BA61E2;
}
</style>
border-color css
<style>
span { border-color: #BA61E2; }
span { border-color: rgb(186,97,226); }
td.TdClassName
{
border-color: #BA61E2;
}
.TagClassName
{
border-color: #BA61E2;
}
</style>