Shades of Medium Orchid #BA51C9
Tints of Medium Orchid #BA51C9
RGB
CMYK
RGB Variations
Color information
#BA51C9 (or 0xBA51C9) is known color: Medium Orchid. HEX triplet: BA, 51 and C9. RGB value is (186,81,201). Sum of RGB (Red+Green+Blue) = 186+81+201=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA51C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51C9 is #45AE36. Grayscale: #7D7D7D. Windows color (decimal): -4566583 or 13193658. OLE color: 13193658.
HSL color Cylindrical-coordinate representation of color #BA51C9: hue angle of 292.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA51C9 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 81 | 201 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.21 |
| HSL | 292.5º | 0.53% | 0.55% | - |
| HSV(B) | 292.5º | 0.6% | 0.79% | - |
| XYZ | 33.73 | 20.54 | 57.45 | - |
| YUV | 126.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 201 | 0.07 | 0.60 | 0 | 0.21 | 292.5 | 0.53 | 0.55 |
| Hex | BA | 51 | C9 | 7 | 3C | 0 | 15 | 124 | 35 | 37 |
| Octal | 272 | 121 | 311 | 7 | 74 | 0 | 25 | 444 | 65 | 67 |
| Binary | 10111010 | 1010001 | 11001001 | 111 | 111100 | 0 | 10101 | 100100100 | 110101 | 110111 |
Color Harmonies of #BA51C9
Complementary color
Monochromatic Colors of #BA51C9
Black with #BA51C9
Text Example
Text Example
White with #BA51C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51C9; }
p { color: rgb(186,81,201); }
H1.HeaderClassName
{
color: #BA51C9;
}
.AnyTagClassName
{
color: #BA51C9;
}
</style>
background-color css
<style>
a { background-color: #BA51C9; }
a { background-color: rgb(186,81,201); }
div.DivClassName
{
background-color: #BA51C9;
}
.BgClassName
{
background-color: #BA51C9;
}
</style>
border-color css
<style>
span { border-color: #BA51C9; }
span { border-color: rgb(186,81,201); }
td.TdClassName
{
border-color: #BA51C9;
}
.TagClassName
{
border-color: #BA51C9;
}
</style>