Shades of Medium Orchid #BA51D0
Tints of Medium Orchid #BA51D0
RGB
CMYK
RGB Variations
Color information
#BA51D0 (or 0xBA51D0) is known color: Medium Orchid. HEX triplet: BA, 51 and D0. RGB value is (186,81,208). Sum of RGB (Red+Green+Blue) = 186+81+208=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA51D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51D0 is #45AE2F. Grayscale: #7E7E7E. Windows color (decimal): -4566576 or 13652410. OLE color: 13652410.
HSL color Cylindrical-coordinate representation of color #BA51D0: hue angle of 289.61º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA51D0 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 81 | 208 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.18 |
| HSL | 289.61º | 0.57% | 0.57% | - |
| HSV(B) | 289.61º | 0.61% | 0.82% | - |
| XYZ | 34.58 | 20.88 | 61.88 | - |
| YUV | 126.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 208 | 0.11 | 0.61 | 0 | 0.18 | 289.61 | 0.57 | 0.57 |
| Hex | BA | 51 | D0 | B | 3D | 0 | 12 | 122 | 39 | 39 |
| Octal | 272 | 121 | 320 | 13 | 75 | 0 | 22 | 442 | 71 | 71 |
| Binary | 10111010 | 1010001 | 11010000 | 1011 | 111101 | 0 | 10010 | 100100010 | 111001 | 111001 |
Color Harmonies of #BA51D0
Complementary color
Monochromatic Colors of #BA51D0
Black with #BA51D0
Text Example
Text Example
White with #BA51D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51D0; }
p { color: rgb(186,81,208); }
H1.HeaderClassName
{
color: #BA51D0;
}
.AnyTagClassName
{
color: #BA51D0;
}
</style>
background-color css
<style>
a { background-color: #BA51D0; }
a { background-color: rgb(186,81,208); }
div.DivClassName
{
background-color: #BA51D0;
}
.BgClassName
{
background-color: #BA51D0;
}
</style>
border-color css
<style>
span { border-color: #BA51D0; }
span { border-color: rgb(186,81,208); }
td.TdClassName
{
border-color: #BA51D0;
}
.TagClassName
{
border-color: #BA51D0;
}
</style>