Shades of Medium Orchid #BA74D0
Tints of Medium Orchid #BA74D0
RGB
CMYK
RGB Variations
Color information
#BA74D0 (or 0xBA74D0) is known color: Medium Orchid. HEX triplet: BA, 74 and D0. RGB value is (186,116,208). Sum of RGB (Red+Green+Blue) = 186+116+208=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74D0 is #458B2F. Grayscale: #939393. Windows color (decimal): -4557616 or 13661370. OLE color: 13661370.
HSL color Cylindrical-coordinate representation of color #BA74D0: hue angle of 285.65º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA74D0 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 116 | 208 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.18 |
| HSL | 285.65º | 0.49% | 0.64% | - |
| HSV(B) | 285.65º | 0.44% | 0.82% | - |
| XYZ | 37.88 | 27.48 | 62.98 | - |
| YUV | 147.42 | 162.19 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 208 | 0.11 | 0.44 | 0 | 0.18 | 285.65 | 0.49 | 0.64 |
| Hex | BA | 74 | D0 | B | 2C | 0 | 12 | 11E | 31 | 40 |
| Octal | 272 | 164 | 320 | 13 | 54 | 0 | 22 | 436 | 61 | 100 |
| Binary | 10111010 | 1110100 | 11010000 | 1011 | 101100 | 0 | 10010 | 100011110 | 110001 | 1000000 |
Color Harmonies of #BA74D0
Complementary color
Monochromatic Colors of #BA74D0
Black with #BA74D0
Text Example
Text Example
White with #BA74D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74D0; }
p { color: rgb(186,116,208); }
H1.HeaderClassName
{
color: #BA74D0;
}
.AnyTagClassName
{
color: #BA74D0;
}
</style>
background-color css
<style>
a { background-color: #BA74D0; }
a { background-color: rgb(186,116,208); }
div.DivClassName
{
background-color: #BA74D0;
}
.BgClassName
{
background-color: #BA74D0;
}
</style>
border-color css
<style>
span { border-color: #BA74D0; }
span { border-color: rgb(186,116,208); }
td.TdClassName
{
border-color: #BA74D0;
}
.TagClassName
{
border-color: #BA74D0;
}
</style>