Shades of Medium Orchid #BA51DF
Tints of Medium Orchid #BA51DF
RGB
CMYK
RGB Variations
Color information
#BA51DF (or 0xBA51DF) is known color: Medium Orchid. HEX triplet: BA, 51 and DF. RGB value is (186,81,223). Sum of RGB (Red+Green+Blue) = 186+81+223=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51DF is #45AE20. Grayscale: #808080. Windows color (decimal): -4566561 or 14635450. OLE color: 14635450.
HSL color Cylindrical-coordinate representation of color #BA51DF: hue angle of 284.37º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA51DF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 81 | 223 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.13 |
| HSL | 284.37º | 0.69% | 0.6% | - |
| HSV(B) | 284.37º | 0.64% | 0.87% | - |
| XYZ | 36.51 | 21.65 | 72.07 | - |
| YUV | 128.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 223 | 0.17 | 0.64 | 0 | 0.13 | 284.37 | 0.69 | 0.6 |
| Hex | BA | 51 | DF | 11 | 40 | 0 | D | 11C | 45 | 3C |
| Octal | 272 | 121 | 337 | 21 | 100 | 0 | 15 | 434 | 105 | 74 |
| Binary | 10111010 | 1010001 | 11011111 | 10001 | 1000000 | 0 | 1101 | 100011100 | 1000101 | 111100 |
Color Harmonies of #BA51DF
Complementary color
Monochromatic Colors of #BA51DF
Black with #BA51DF
Text Example
Text Example
White with #BA51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51DF; }
p { color: rgb(186,81,223); }
H1.HeaderClassName
{
color: #BA51DF;
}
.AnyTagClassName
{
color: #BA51DF;
}
</style>
background-color css
<style>
a { background-color: #BA51DF; }
a { background-color: rgb(186,81,223); }
div.DivClassName
{
background-color: #BA51DF;
}
.BgClassName
{
background-color: #BA51DF;
}
</style>
border-color css
<style>
span { border-color: #BA51DF; }
span { border-color: rgb(186,81,223); }
td.TdClassName
{
border-color: #BA51DF;
}
.TagClassName
{
border-color: #BA51DF;
}
</style>