Shades of Medium Orchid #BA51CE
Tints of Medium Orchid #BA51CE
RGB
CMYK
RGB Variations
Color information
#BA51CE (or 0xBA51CE) is known color: Medium Orchid. HEX triplet: BA, 51 and CE. RGB value is (186,81,206). Sum of RGB (Red+Green+Blue) = 186+81+206=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA51CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51CE is #45AE31. Grayscale: #7E7E7E. Windows color (decimal): -4566578 or 13521338. OLE color: 13521338.
HSL color Cylindrical-coordinate representation of color #BA51CE: hue angle of 290.4º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA51CE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 81 | 206 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.19 |
| HSL | 290.4º | 0.56% | 0.56% | - |
| HSV(B) | 290.4º | 0.61% | 0.81% | - |
| XYZ | 34.33 | 20.78 | 60.59 | - |
| YUV | 126.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 206 | 0.10 | 0.61 | 0 | 0.19 | 290.4 | 0.56 | 0.56 |
| Hex | BA | 51 | CE | A | 3D | 0 | 13 | 122 | 38 | 38 |
| Octal | 272 | 121 | 316 | 12 | 75 | 0 | 23 | 442 | 70 | 70 |
| Binary | 10111010 | 1010001 | 11001110 | 1010 | 111101 | 0 | 10011 | 100100010 | 111000 | 111000 |
Color Harmonies of #BA51CE
Complementary color
Monochromatic Colors of #BA51CE
Black with #BA51CE
Text Example
Text Example
White with #BA51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51CE; }
p { color: rgb(186,81,206); }
H1.HeaderClassName
{
color: #BA51CE;
}
.AnyTagClassName
{
color: #BA51CE;
}
</style>
background-color css
<style>
a { background-color: #BA51CE; }
a { background-color: rgb(186,81,206); }
div.DivClassName
{
background-color: #BA51CE;
}
.BgClassName
{
background-color: #BA51CE;
}
</style>
border-color css
<style>
span { border-color: #BA51CE; }
span { border-color: rgb(186,81,206); }
td.TdClassName
{
border-color: #BA51CE;
}
.TagClassName
{
border-color: #BA51CE;
}
</style>