Shades of Medium Orchid #BA38D3
Tints of Medium Orchid #BA38D3
RGB
CMYK
RGB Variations
Color information
#BA38D3 (or 0xBA38D3) is known color: Medium Orchid. HEX triplet: BA, 38 and D3. RGB value is (186,56,211). Sum of RGB (Red+Green+Blue) = 186+56+211=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA38D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38D3 is #45C72C. Grayscale: #707070. Windows color (decimal): -4572973 or 13842618. OLE color: 13842618.
HSL color Cylindrical-coordinate representation of color #BA38D3: hue angle of 290.32º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA38D3 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 56 | 211 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.17 |
| HSL | 290.32º | 0.64% | 0.52% | - |
| HSV(B) | 290.32º | 0.73% | 0.83% | - |
| XYZ | 33.42 | 17.97 | 63.34 | - |
| YUV | 112.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 211 | 0.12 | 0.73 | 0 | 0.17 | 290.32 | 0.64 | 0.52 |
| Hex | BA | 38 | D3 | C | 49 | 0 | 11 | 122 | 40 | 34 |
| Octal | 272 | 70 | 323 | 14 | 111 | 0 | 21 | 442 | 100 | 64 |
| Binary | 10111010 | 111000 | 11010011 | 1100 | 1001001 | 0 | 10001 | 100100010 | 1000000 | 110100 |
Color Harmonies of #BA38D3
Complementary color
Monochromatic Colors of #BA38D3
Black with #BA38D3
Text Example
Text Example
White with #BA38D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38D3; }
p { color: rgb(186,56,211); }
H1.HeaderClassName
{
color: #BA38D3;
}
.AnyTagClassName
{
color: #BA38D3;
}
</style>
background-color css
<style>
a { background-color: #BA38D3; }
a { background-color: rgb(186,56,211); }
div.DivClassName
{
background-color: #BA38D3;
}
.BgClassName
{
background-color: #BA38D3;
}
</style>
border-color css
<style>
span { border-color: #BA38D3; }
span { border-color: rgb(186,56,211); }
td.TdClassName
{
border-color: #BA38D3;
}
.TagClassName
{
border-color: #BA38D3;
}
</style>