Shades of Medium Orchid #BA74E1
Tints of Medium Orchid #BA74E1
RGB
CMYK
RGB Variations
Color information
#BA74E1 (or 0xBA74E1) is known color: Medium Orchid. HEX triplet: BA, 74 and E1. RGB value is (186,116,225). Sum of RGB (Red+Green+Blue) = 186+116+225=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74E1 is #458B1E. Grayscale: #949494. Windows color (decimal): -4557599 or 14775482. OLE color: 14775482.
HSL color Cylindrical-coordinate representation of color #BA74E1: hue angle of 278.53º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA74E1 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 116 | 225 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.12 |
| HSL | 278.53º | 0.64% | 0.67% | - |
| HSV(B) | 278.53º | 0.48% | 0.88% | - |
| XYZ | 40.09 | 28.37 | 74.6 | - |
| YUV | 149.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 225 | 0.17 | 0.48 | 0 | 0.12 | 278.53 | 0.64 | 0.67 |
| Hex | BA | 74 | E1 | 11 | 30 | 0 | C | 117 | 40 | 43 |
| Octal | 272 | 164 | 341 | 21 | 60 | 0 | 14 | 427 | 100 | 103 |
| Binary | 10111010 | 1110100 | 11100001 | 10001 | 110000 | 0 | 1100 | 100010111 | 1000000 | 1000011 |
Color Harmonies of #BA74E1
Complementary color
Monochromatic Colors of #BA74E1
Black with #BA74E1
Text Example
Text Example
White with #BA74E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74E1; }
p { color: rgb(186,116,225); }
H1.HeaderClassName
{
color: #BA74E1;
}
.AnyTagClassName
{
color: #BA74E1;
}
</style>
background-color css
<style>
a { background-color: #BA74E1; }
a { background-color: rgb(186,116,225); }
div.DivClassName
{
background-color: #BA74E1;
}
.BgClassName
{
background-color: #BA74E1;
}
</style>
border-color css
<style>
span { border-color: #BA74E1; }
span { border-color: rgb(186,116,225); }
td.TdClassName
{
border-color: #BA74E1;
}
.TagClassName
{
border-color: #BA74E1;
}
</style>