Shades of Medium Orchid #BA6FD4
Tints of Medium Orchid #BA6FD4
RGB
CMYK
RGB Variations
Color information
#BA6FD4 (or 0xBA6FD4) is known color: Medium Orchid. HEX triplet: BA, 6F and D4. RGB value is (186,111,212). Sum of RGB (Red+Green+Blue) = 186+111+212=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA6FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FD4 is #45902B. Grayscale: #909090. Windows color (decimal): -4558892 or 13922234. OLE color: 13922234.
HSL color Cylindrical-coordinate representation of color #BA6FD4: hue angle of 284.55º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6FD4 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 111 | 212 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.17 |
| HSL | 284.55º | 0.54% | 0.63% | - |
| HSV(B) | 284.55º | 0.48% | 0.83% | - |
| XYZ | 37.82 | 26.56 | 65.42 | - |
| YUV | 144.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 212 | 0.12 | 0.48 | 0 | 0.17 | 284.55 | 0.54 | 0.63 |
| Hex | BA | 6F | D4 | C | 30 | 0 | 11 | 11D | 36 | 3F |
| Octal | 272 | 157 | 324 | 14 | 60 | 0 | 21 | 435 | 66 | 77 |
| Binary | 10111010 | 1101111 | 11010100 | 1100 | 110000 | 0 | 10001 | 100011101 | 110110 | 111111 |
Color Harmonies of #BA6FD4
Complementary color
Monochromatic Colors of #BA6FD4
Black with #BA6FD4
Text Example
Text Example
White with #BA6FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FD4; }
p { color: rgb(186,111,212); }
H1.HeaderClassName
{
color: #BA6FD4;
}
.AnyTagClassName
{
color: #BA6FD4;
}
</style>
background-color css
<style>
a { background-color: #BA6FD4; }
a { background-color: rgb(186,111,212); }
div.DivClassName
{
background-color: #BA6FD4;
}
.BgClassName
{
background-color: #BA6FD4;
}
</style>
border-color css
<style>
span { border-color: #BA6FD4; }
span { border-color: rgb(186,111,212); }
td.TdClassName
{
border-color: #BA6FD4;
}
.TagClassName
{
border-color: #BA6FD4;
}
</style>