Shades of Medium Orchid #BA38D7
Tints of Medium Orchid #BA38D7
RGB
CMYK
RGB Variations
Color information
#BA38D7 (or 0xBA38D7) is known color: Medium Orchid. HEX triplet: BA, 38 and D7. RGB value is (186,56,215). Sum of RGB (Red+Green+Blue) = 186+56+215=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA38D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38D7 is #45C728. Grayscale: #707070. Windows color (decimal): -4572969 or 14104762. OLE color: 14104762.
HSL color Cylindrical-coordinate representation of color #BA38D7: hue angle of 289.06º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA38D7 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 56 | 215 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.16 |
| HSL | 289.06º | 0.67% | 0.53% | - |
| HSV(B) | 289.06º | 0.74% | 0.84% | - |
| XYZ | 33.93 | 18.17 | 66.01 | - |
| YUV | 113 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 215 | 0.13 | 0.74 | 0 | 0.16 | 289.06 | 0.67 | 0.53 |
| Hex | BA | 38 | D7 | D | 4A | 0 | 10 | 121 | 43 | 35 |
| Octal | 272 | 70 | 327 | 15 | 112 | 0 | 20 | 441 | 103 | 65 |
| Binary | 10111010 | 111000 | 11010111 | 1101 | 1001010 | 0 | 10000 | 100100001 | 1000011 | 110101 |
Color Harmonies of #BA38D7
Complementary color
Monochromatic Colors of #BA38D7
Black with #BA38D7
Text Example
Text Example
White with #BA38D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38D7; }
p { color: rgb(186,56,215); }
H1.HeaderClassName
{
color: #BA38D7;
}
.AnyTagClassName
{
color: #BA38D7;
}
</style>
background-color css
<style>
a { background-color: #BA38D7; }
a { background-color: rgb(186,56,215); }
div.DivClassName
{
background-color: #BA38D7;
}
.BgClassName
{
background-color: #BA38D7;
}
</style>
border-color css
<style>
span { border-color: #BA38D7; }
span { border-color: rgb(186,56,215); }
td.TdClassName
{
border-color: #BA38D7;
}
.TagClassName
{
border-color: #BA38D7;
}
</style>