Shades of Medium Orchid #BA51DD
Tints of Medium Orchid #BA51DD
RGB
CMYK
RGB Variations
Color information
#BA51DD (or 0xBA51DD) is known color: Medium Orchid. HEX triplet: BA, 51 and DD. RGB value is (186,81,221). Sum of RGB (Red+Green+Blue) = 186+81+221=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51DD is #45AE22. Grayscale: #7F7F7F. Windows color (decimal): -4566563 or 14504378. OLE color: 14504378.
HSL color Cylindrical-coordinate representation of color #BA51DD: hue angle of 285º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA51DD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 81 | 221 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.13 |
| HSL | 285º | 0.67% | 0.59% | - |
| HSV(B) | 285º | 0.63% | 0.87% | - |
| XYZ | 36.24 | 21.54 | 70.65 | - |
| YUV | 128.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 221 | 0.16 | 0.63 | 0 | 0.13 | 285 | 0.67 | 0.59 |
| Hex | BA | 51 | DD | 10 | 3F | 0 | D | 11D | 43 | 3B |
| Octal | 272 | 121 | 335 | 20 | 77 | 0 | 15 | 435 | 103 | 73 |
| Binary | 10111010 | 1010001 | 11011101 | 10000 | 111111 | 0 | 1101 | 100011101 | 1000011 | 111011 |
Color Harmonies of #BA51DD
Complementary color
Monochromatic Colors of #BA51DD
Black with #BA51DD
Text Example
Text Example
White with #BA51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51DD; }
p { color: rgb(186,81,221); }
H1.HeaderClassName
{
color: #BA51DD;
}
.AnyTagClassName
{
color: #BA51DD;
}
</style>
background-color css
<style>
a { background-color: #BA51DD; }
a { background-color: rgb(186,81,221); }
div.DivClassName
{
background-color: #BA51DD;
}
.BgClassName
{
background-color: #BA51DD;
}
</style>
border-color css
<style>
span { border-color: #BA51DD; }
span { border-color: rgb(186,81,221); }
td.TdClassName
{
border-color: #BA51DD;
}
.TagClassName
{
border-color: #BA51DD;
}
</style>