Shades of Medium Orchid #BA6FE1
Tints of Medium Orchid #BA6FE1
RGB
CMYK
RGB Variations
Color information
#BA6FE1 (or 0xBA6FE1) is known color: Medium Orchid. HEX triplet: BA, 6F and E1. RGB value is (186,111,225). Sum of RGB (Red+Green+Blue) = 186+111+225=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FE1 is #45901E. Grayscale: #929292. Windows color (decimal): -4558879 or 14774202. OLE color: 14774202.
HSL color Cylindrical-coordinate representation of color #BA6FE1: hue angle of 279.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6FE1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 111 | 225 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.12 |
| HSL | 279.47º | 0.66% | 0.66% | - |
| HSV(B) | 279.47º | 0.51% | 0.88% | - |
| XYZ | 39.52 | 27.24 | 74.41 | - |
| YUV | 146.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 225 | 0.17 | 0.51 | 0 | 0.12 | 279.47 | 0.66 | 0.66 |
| Hex | BA | 6F | E1 | 11 | 33 | 0 | C | 117 | 42 | 42 |
| Octal | 272 | 157 | 341 | 21 | 63 | 0 | 14 | 427 | 102 | 102 |
| Binary | 10111010 | 1101111 | 11100001 | 10001 | 110011 | 0 | 1100 | 100010111 | 1000010 | 1000010 |
Color Harmonies of #BA6FE1
Complementary color
Monochromatic Colors of #BA6FE1
Black with #BA6FE1
Text Example
Text Example
White with #BA6FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FE1; }
p { color: rgb(186,111,225); }
H1.HeaderClassName
{
color: #BA6FE1;
}
.AnyTagClassName
{
color: #BA6FE1;
}
</style>
background-color css
<style>
a { background-color: #BA6FE1; }
a { background-color: rgb(186,111,225); }
div.DivClassName
{
background-color: #BA6FE1;
}
.BgClassName
{
background-color: #BA6FE1;
}
</style>
border-color css
<style>
span { border-color: #BA6FE1; }
span { border-color: rgb(186,111,225); }
td.TdClassName
{
border-color: #BA6FE1;
}
.TagClassName
{
border-color: #BA6FE1;
}
</style>