Shades of Medium Orchid #BA61CE
Tints of Medium Orchid #BA61CE
RGB
CMYK
RGB Variations
Color information
#BA61CE (or 0xBA61CE) is known color: Medium Orchid. HEX triplet: BA, 61 and CE. RGB value is (186,97,206). Sum of RGB (Red+Green+Blue) = 186+97+206=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61CE is #459E31. Grayscale: #878787. Windows color (decimal): -4562482 or 13525434. OLE color: 13525434.
HSL color Cylindrical-coordinate representation of color #BA61CE: hue angle of 288.99º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA61CE is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 97 | 206 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.19 |
| HSL | 288.99º | 0.53% | 0.59% | - |
| HSV(B) | 288.99º | 0.53% | 0.81% | - |
| XYZ | 35.66 | 23.44 | 61.04 | - |
| YUV | 136.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 206 | 0.10 | 0.53 | 0 | 0.19 | 288.99 | 0.53 | 0.59 |
| Hex | BA | 61 | CE | A | 35 | 0 | 13 | 121 | 35 | 3B |
| Octal | 272 | 141 | 316 | 12 | 65 | 0 | 23 | 441 | 65 | 73 |
| Binary | 10111010 | 1100001 | 11001110 | 1010 | 110101 | 0 | 10011 | 100100001 | 110101 | 111011 |
Color Harmonies of #BA61CE
Complementary color
Monochromatic Colors of #BA61CE
Black with #BA61CE
Text Example
Text Example
White with #BA61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61CE; }
p { color: rgb(186,97,206); }
H1.HeaderClassName
{
color: #BA61CE;
}
.AnyTagClassName
{
color: #BA61CE;
}
</style>
background-color css
<style>
a { background-color: #BA61CE; }
a { background-color: rgb(186,97,206); }
div.DivClassName
{
background-color: #BA61CE;
}
.BgClassName
{
background-color: #BA61CE;
}
</style>
border-color css
<style>
span { border-color: #BA61CE; }
span { border-color: rgb(186,97,206); }
td.TdClassName
{
border-color: #BA61CE;
}
.TagClassName
{
border-color: #BA61CE;
}
</style>