Shades of Medium Orchid #BA3DDA
Tints of Medium Orchid #BA3DDA
RGB
CMYK
RGB Variations
Color information
#BA3DDA (or 0xBA3DDA) is known color: Medium Orchid. HEX triplet: BA, 3D and DA. RGB value is (186,61,218). Sum of RGB (Red+Green+Blue) = 186+61+218=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DDA is #45C225. Grayscale: #737373. Windows color (decimal): -4571686 or 14302650. OLE color: 14302650.
HSL color Cylindrical-coordinate representation of color #BA3DDA: hue angle of 287.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3DDA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 61 | 218 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.15 |
| HSL | 287.77º | 0.68% | 0.55% | - |
| HSV(B) | 287.77º | 0.72% | 0.85% | - |
| XYZ | 34.57 | 18.84 | 68.14 | - |
| YUV | 116.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 218 | 0.15 | 0.72 | 0 | 0.15 | 287.77 | 0.68 | 0.55 |
| Hex | BA | 3D | DA | F | 48 | 0 | F | 120 | 44 | 37 |
| Octal | 272 | 75 | 332 | 17 | 110 | 0 | 17 | 440 | 104 | 67 |
| Binary | 10111010 | 111101 | 11011010 | 1111 | 1001000 | 0 | 1111 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BA3DDA
Complementary color
Monochromatic Colors of #BA3DDA
Black with #BA3DDA
Text Example
Text Example
White with #BA3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DDA; }
p { color: rgb(186,61,218); }
H1.HeaderClassName
{
color: #BA3DDA;
}
.AnyTagClassName
{
color: #BA3DDA;
}
</style>
background-color css
<style>
a { background-color: #BA3DDA; }
a { background-color: rgb(186,61,218); }
div.DivClassName
{
background-color: #BA3DDA;
}
.BgClassName
{
background-color: #BA3DDA;
}
</style>
border-color css
<style>
span { border-color: #BA3DDA; }
span { border-color: rgb(186,61,218); }
td.TdClassName
{
border-color: #BA3DDA;
}
.TagClassName
{
border-color: #BA3DDA;
}
</style>