Shades of Medium Orchid #BA75DD
Tints of Medium Orchid #BA75DD
RGB
CMYK
RGB Variations
Color information
#BA75DD (or 0xBA75DD) is known color: Medium Orchid. HEX triplet: BA, 75 and DD. RGB value is (186,117,221). Sum of RGB (Red+Green+Blue) = 186+117+221=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75DD is #458A22. Grayscale: #959595. Windows color (decimal): -4557347 or 14513594. OLE color: 14513594.
HSL color Cylindrical-coordinate representation of color #BA75DD: hue angle of 279.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA75DD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 117 | 221 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.13 |
| HSL | 279.81º | 0.6% | 0.66% | - |
| HSV(B) | 279.81º | 0.47% | 0.87% | - |
| XYZ | 39.66 | 28.38 | 71.79 | - |
| YUV | 149.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 221 | 0.16 | 0.47 | 0 | 0.13 | 279.81 | 0.6 | 0.66 |
| Hex | BA | 75 | DD | 10 | 2F | 0 | D | 118 | 3C | 42 |
| Octal | 272 | 165 | 335 | 20 | 57 | 0 | 15 | 430 | 74 | 102 |
| Binary | 10111010 | 1110101 | 11011101 | 10000 | 101111 | 0 | 1101 | 100011000 | 111100 | 1000010 |
Color Harmonies of #BA75DD
Complementary color
Monochromatic Colors of #BA75DD
Black with #BA75DD
Text Example
Text Example
White with #BA75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75DD; }
p { color: rgb(186,117,221); }
H1.HeaderClassName
{
color: #BA75DD;
}
.AnyTagClassName
{
color: #BA75DD;
}
</style>
background-color css
<style>
a { background-color: #BA75DD; }
a { background-color: rgb(186,117,221); }
div.DivClassName
{
background-color: #BA75DD;
}
.BgClassName
{
background-color: #BA75DD;
}
</style>
border-color css
<style>
span { border-color: #BA75DD; }
span { border-color: rgb(186,117,221); }
td.TdClassName
{
border-color: #BA75DD;
}
.TagClassName
{
border-color: #BA75DD;
}
</style>