Shades of Medium Orchid #BA38DA
Tints of Medium Orchid #BA38DA
RGB
CMYK
RGB Variations
Color information
#BA38DA (or 0xBA38DA) is known color: Medium Orchid. HEX triplet: BA, 38 and DA. RGB value is (186,56,218). Sum of RGB (Red+Green+Blue) = 186+56+218=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38DA is #45C725. Grayscale: #707070. Windows color (decimal): -4572966 or 14301370. OLE color: 14301370.
HSL color Cylindrical-coordinate representation of color #BA38DA: hue angle of 288.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA38DA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 56 | 218 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.15 |
| HSL | 288.15º | 0.69% | 0.54% | - |
| HSV(B) | 288.15º | 0.74% | 0.85% | - |
| XYZ | 34.32 | 18.33 | 68.06 | - |
| YUV | 113.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 218 | 0.15 | 0.74 | 0 | 0.15 | 288.15 | 0.69 | 0.54 |
| Hex | BA | 38 | DA | F | 4A | 0 | F | 120 | 45 | 36 |
| Octal | 272 | 70 | 332 | 17 | 112 | 0 | 17 | 440 | 105 | 66 |
| Binary | 10111010 | 111000 | 11011010 | 1111 | 1001010 | 0 | 1111 | 100100000 | 1000101 | 110110 |
Color Harmonies of #BA38DA
Complementary color
Monochromatic Colors of #BA38DA
Black with #BA38DA
Text Example
Text Example
White with #BA38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38DA; }
p { color: rgb(186,56,218); }
H1.HeaderClassName
{
color: #BA38DA;
}
.AnyTagClassName
{
color: #BA38DA;
}
</style>
background-color css
<style>
a { background-color: #BA38DA; }
a { background-color: rgb(186,56,218); }
div.DivClassName
{
background-color: #BA38DA;
}
.BgClassName
{
background-color: #BA38DA;
}
</style>
border-color css
<style>
span { border-color: #BA38DA; }
span { border-color: rgb(186,56,218); }
td.TdClassName
{
border-color: #BA38DA;
}
.TagClassName
{
border-color: #BA38DA;
}
</style>