Shades of Medium Orchid #BA74D5
Tints of Medium Orchid #BA74D5
RGB
CMYK
RGB Variations
Color information
#BA74D5 (or 0xBA74D5) is known color: Medium Orchid. HEX triplet: BA, 74 and D5. RGB value is (186,116,213). Sum of RGB (Red+Green+Blue) = 186+116+213=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74D5 is #458B2A. Grayscale: #939393. Windows color (decimal): -4557611 or 13989050. OLE color: 13989050.
HSL color Cylindrical-coordinate representation of color #BA74D5: hue angle of 283.3º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA74D5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 116 | 213 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.16 |
| HSL | 283.3º | 0.54% | 0.65% | - |
| HSV(B) | 283.3º | 0.46% | 0.84% | - |
| XYZ | 38.51 | 27.73 | 66.27 | - |
| YUV | 147.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 213 | 0.13 | 0.46 | 0 | 0.16 | 283.3 | 0.54 | 0.65 |
| Hex | BA | 74 | D5 | D | 2E | 0 | 10 | 11B | 36 | 41 |
| Octal | 272 | 164 | 325 | 15 | 56 | 0 | 20 | 433 | 66 | 101 |
| Binary | 10111010 | 1110100 | 11010101 | 1101 | 101110 | 0 | 10000 | 100011011 | 110110 | 1000001 |
Color Harmonies of #BA74D5
Complementary color
Monochromatic Colors of #BA74D5
Black with #BA74D5
Text Example
Text Example
White with #BA74D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74D5; }
p { color: rgb(186,116,213); }
H1.HeaderClassName
{
color: #BA74D5;
}
.AnyTagClassName
{
color: #BA74D5;
}
</style>
background-color css
<style>
a { background-color: #BA74D5; }
a { background-color: rgb(186,116,213); }
div.DivClassName
{
background-color: #BA74D5;
}
.BgClassName
{
background-color: #BA74D5;
}
</style>
border-color css
<style>
span { border-color: #BA74D5; }
span { border-color: rgb(186,116,213); }
td.TdClassName
{
border-color: #BA74D5;
}
.TagClassName
{
border-color: #BA74D5;
}
</style>