Shades of Medium Orchid #BA75D0
Tints of Medium Orchid #BA75D0
RGB
CMYK
RGB Variations
Color information
#BA75D0 (or 0xBA75D0) is known color: Medium Orchid. HEX triplet: BA, 75 and D0. RGB value is (186,117,208). Sum of RGB (Red+Green+Blue) = 186+117+208=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75D0 is #458A2F. Grayscale: #939393. Windows color (decimal): -4557360 or 13661626. OLE color: 13661626.
HSL color Cylindrical-coordinate representation of color #BA75D0: hue angle of 285.49º 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 #BA75D0 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 117 | 208 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.18 |
| HSL | 285.49º | 0.49% | 0.64% | - |
| HSV(B) | 285.49º | 0.44% | 0.82% | - |
| XYZ | 38 | 27.72 | 63.02 | - |
| YUV | 148.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 208 | 0.11 | 0.44 | 0 | 0.18 | 285.49 | 0.49 | 0.64 |
| Hex | BA | 75 | D0 | B | 2C | 0 | 12 | 11D | 31 | 40 |
| Octal | 272 | 165 | 320 | 13 | 54 | 0 | 22 | 435 | 61 | 100 |
| Binary | 10111010 | 1110101 | 11010000 | 1011 | 101100 | 0 | 10010 | 100011101 | 110001 | 1000000 |
Color Harmonies of #BA75D0
Complementary color
Monochromatic Colors of #BA75D0
Black with #BA75D0
Text Example
Text Example
White with #BA75D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75D0; }
p { color: rgb(186,117,208); }
H1.HeaderClassName
{
color: #BA75D0;
}
.AnyTagClassName
{
color: #BA75D0;
}
</style>
background-color css
<style>
a { background-color: #BA75D0; }
a { background-color: rgb(186,117,208); }
div.DivClassName
{
background-color: #BA75D0;
}
.BgClassName
{
background-color: #BA75D0;
}
</style>
border-color css
<style>
span { border-color: #BA75D0; }
span { border-color: rgb(186,117,208); }
td.TdClassName
{
border-color: #BA75D0;
}
.TagClassName
{
border-color: #BA75D0;
}
</style>