Shades of Medium Orchid #BA51DC
Tints of Medium Orchid #BA51DC
RGB
CMYK
RGB Variations
Color information
#BA51DC (or 0xBA51DC) is known color: Medium Orchid. HEX triplet: BA, 51 and DC. RGB value is (186,81,220). Sum of RGB (Red+Green+Blue) = 186+81+220=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51DC is #45AE23. Grayscale: #7F7F7F. Windows color (decimal): -4566564 or 14438842. OLE color: 14438842.
HSL color Cylindrical-coordinate representation of color #BA51DC: hue angle of 285.32º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA51DC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 81 | 220 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.14 |
| HSL | 285.32º | 0.67% | 0.59% | - |
| HSV(B) | 285.32º | 0.63% | 0.86% | - |
| XYZ | 36.11 | 21.49 | 69.96 | - |
| YUV | 128.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 220 | 0.15 | 0.63 | 0 | 0.14 | 285.32 | 0.67 | 0.59 |
| Hex | BA | 51 | DC | F | 3F | 0 | E | 11D | 43 | 3B |
| Octal | 272 | 121 | 334 | 17 | 77 | 0 | 16 | 435 | 103 | 73 |
| Binary | 10111010 | 1010001 | 11011100 | 1111 | 111111 | 0 | 1110 | 100011101 | 1000011 | 111011 |
Color Harmonies of #BA51DC
Complementary color
Monochromatic Colors of #BA51DC
Black with #BA51DC
Text Example
Text Example
White with #BA51DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51DC; }
p { color: rgb(186,81,220); }
H1.HeaderClassName
{
color: #BA51DC;
}
.AnyTagClassName
{
color: #BA51DC;
}
</style>
background-color css
<style>
a { background-color: #BA51DC; }
a { background-color: rgb(186,81,220); }
div.DivClassName
{
background-color: #BA51DC;
}
.BgClassName
{
background-color: #BA51DC;
}
</style>
border-color css
<style>
span { border-color: #BA51DC; }
span { border-color: rgb(186,81,220); }
td.TdClassName
{
border-color: #BA51DC;
}
.TagClassName
{
border-color: #BA51DC;
}
</style>