Shades of Medium Orchid #BA51D6
Tints of Medium Orchid #BA51D6
RGB
CMYK
RGB Variations
Color information
#BA51D6 (or 0xBA51D6) is known color: Medium Orchid. HEX triplet: BA, 51 and D6. RGB value is (186,81,214). Sum of RGB (Red+Green+Blue) = 186+81+214=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA51D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51D6 is #45AE29. Grayscale: #7F7F7F. Windows color (decimal): -4566570 or 14045626. OLE color: 14045626.
HSL color Cylindrical-coordinate representation of color #BA51D6: hue angle of 287.37º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA51D6 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 81 | 214 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.16 |
| HSL | 287.37º | 0.62% | 0.58% | - |
| HSV(B) | 287.37º | 0.62% | 0.84% | - |
| XYZ | 35.33 | 21.18 | 65.84 | - |
| YUV | 127.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 214 | 0.13 | 0.62 | 0 | 0.16 | 287.37 | 0.62 | 0.58 |
| Hex | BA | 51 | D6 | D | 3E | 0 | 10 | 11F | 3E | 3A |
| Octal | 272 | 121 | 326 | 15 | 76 | 0 | 20 | 437 | 76 | 72 |
| Binary | 10111010 | 1010001 | 11010110 | 1101 | 111110 | 0 | 10000 | 100011111 | 111110 | 111010 |
Color Harmonies of #BA51D6
Complementary color
Monochromatic Colors of #BA51D6
Black with #BA51D6
Text Example
Text Example
White with #BA51D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51D6; }
p { color: rgb(186,81,214); }
H1.HeaderClassName
{
color: #BA51D6;
}
.AnyTagClassName
{
color: #BA51D6;
}
</style>
background-color css
<style>
a { background-color: #BA51D6; }
a { background-color: rgb(186,81,214); }
div.DivClassName
{
background-color: #BA51D6;
}
.BgClassName
{
background-color: #BA51D6;
}
</style>
border-color css
<style>
span { border-color: #BA51D6; }
span { border-color: rgb(186,81,214); }
td.TdClassName
{
border-color: #BA51D6;
}
.TagClassName
{
border-color: #BA51D6;
}
</style>