Shades of Medium Orchid #BA3DE9
Tints of Medium Orchid #BA3DE9
RGB
CMYK
RGB Variations
Color information
#BA3DE9 (or 0xBA3DE9) is known color: Medium Orchid. HEX triplet: BA, 3D and E9. RGB value is (186,61,233). Sum of RGB (Red+Green+Blue) = 186+61+233=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA3DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DE9 is #45C216. Grayscale: #757575. Windows color (decimal): -4571671 or 15285690. OLE color: 15285690.
HSL color Cylindrical-coordinate representation of color #BA3DE9: hue angle of 283.6º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3DE9 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 61 | 233 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.09 |
| HSL | 283.6º | 0.8% | 0.58% | - |
| HSV(B) | 283.6º | 0.74% | 0.91% | - |
| XYZ | 36.63 | 19.66 | 78.96 | - |
| YUV | 117.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 233 | 0.20 | 0.74 | 0 | 0.09 | 283.6 | 0.8 | 0.58 |
| Hex | BA | 3D | E9 | 14 | 4A | 0 | 9 | 11C | 50 | 3A |
| Octal | 272 | 75 | 351 | 24 | 112 | 0 | 11 | 434 | 120 | 72 |
| Binary | 10111010 | 111101 | 11101001 | 10100 | 1001010 | 0 | 1001 | 100011100 | 1010000 | 111010 |
Color Harmonies of #BA3DE9
Complementary color
Monochromatic Colors of #BA3DE9
Black with #BA3DE9
Text Example
Text Example
White with #BA3DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DE9; }
p { color: rgb(186,61,233); }
H1.HeaderClassName
{
color: #BA3DE9;
}
.AnyTagClassName
{
color: #BA3DE9;
}
</style>
background-color css
<style>
a { background-color: #BA3DE9; }
a { background-color: rgb(186,61,233); }
div.DivClassName
{
background-color: #BA3DE9;
}
.BgClassName
{
background-color: #BA3DE9;
}
</style>
border-color css
<style>
span { border-color: #BA3DE9; }
span { border-color: rgb(186,61,233); }
td.TdClassName
{
border-color: #BA3DE9;
}
.TagClassName
{
border-color: #BA3DE9;
}
</style>