Shades of Medium Orchid #BA74E0
Tints of Medium Orchid #BA74E0
RGB
CMYK
RGB Variations
Color information
#BA74E0 (or 0xBA74E0) is known color: Medium Orchid. HEX triplet: BA, 74 and E0. RGB value is (186,116,224). Sum of RGB (Red+Green+Blue) = 186+116+224=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA74E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74E0 is #458B1F. Grayscale: #949494. Windows color (decimal): -4557600 or 14709946. OLE color: 14709946.
HSL color Cylindrical-coordinate representation of color #BA74E0: hue angle of 278.89º 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 #BA74E0 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 116 | 224 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.12 |
| HSL | 278.89º | 0.64% | 0.67% | - |
| HSV(B) | 278.89º | 0.48% | 0.88% | - |
| XYZ | 39.95 | 28.31 | 73.88 | - |
| YUV | 149.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 224 | 0.17 | 0.48 | 0 | 0.12 | 278.89 | 0.64 | 0.67 |
| Hex | BA | 74 | E0 | 11 | 30 | 0 | C | 117 | 40 | 43 |
| Octal | 272 | 164 | 340 | 21 | 60 | 0 | 14 | 427 | 100 | 103 |
| Binary | 10111010 | 1110100 | 11100000 | 10001 | 110000 | 0 | 1100 | 100010111 | 1000000 | 1000011 |
Color Harmonies of #BA74E0
Complementary color
Monochromatic Colors of #BA74E0
Black with #BA74E0
Text Example
Text Example
White with #BA74E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74E0; }
p { color: rgb(186,116,224); }
H1.HeaderClassName
{
color: #BA74E0;
}
.AnyTagClassName
{
color: #BA74E0;
}
</style>
background-color css
<style>
a { background-color: #BA74E0; }
a { background-color: rgb(186,116,224); }
div.DivClassName
{
background-color: #BA74E0;
}
.BgClassName
{
background-color: #BA74E0;
}
</style>
border-color css
<style>
span { border-color: #BA74E0; }
span { border-color: rgb(186,116,224); }
td.TdClassName
{
border-color: #BA74E0;
}
.TagClassName
{
border-color: #BA74E0;
}
</style>