Shades of Medium Orchid #BA3DD7
Tints of Medium Orchid #BA3DD7
RGB
CMYK
RGB Variations
Color information
#BA3DD7 (or 0xBA3DD7) is known color: Medium Orchid. HEX triplet: BA, 3D and D7. RGB value is (186,61,215). Sum of RGB (Red+Green+Blue) = 186+61+215=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA3DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DD7 is #45C228. Grayscale: #737373. Windows color (decimal): -4571689 or 14106042. OLE color: 14106042.
HSL color Cylindrical-coordinate representation of color #BA3DD7: hue angle of 288.7º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3DD7 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 61 | 215 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.16 |
| HSL | 288.7º | 0.66% | 0.54% | - |
| HSV(B) | 288.7º | 0.72% | 0.84% | - |
| XYZ | 34.18 | 18.68 | 66.09 | - |
| YUV | 115.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 215 | 0.13 | 0.72 | 0 | 0.16 | 288.7 | 0.66 | 0.54 |
| Hex | BA | 3D | D7 | D | 48 | 0 | 10 | 121 | 42 | 36 |
| Octal | 272 | 75 | 327 | 15 | 110 | 0 | 20 | 441 | 102 | 66 |
| Binary | 10111010 | 111101 | 11010111 | 1101 | 1001000 | 0 | 10000 | 100100001 | 1000010 | 110110 |
Color Harmonies of #BA3DD7
Complementary color
Monochromatic Colors of #BA3DD7
Black with #BA3DD7
Text Example
Text Example
White with #BA3DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DD7; }
p { color: rgb(186,61,215); }
H1.HeaderClassName
{
color: #BA3DD7;
}
.AnyTagClassName
{
color: #BA3DD7;
}
</style>
background-color css
<style>
a { background-color: #BA3DD7; }
a { background-color: rgb(186,61,215); }
div.DivClassName
{
background-color: #BA3DD7;
}
.BgClassName
{
background-color: #BA3DD7;
}
</style>
border-color css
<style>
span { border-color: #BA3DD7; }
span { border-color: rgb(186,61,215); }
td.TdClassName
{
border-color: #BA3DD7;
}
.TagClassName
{
border-color: #BA3DD7;
}
</style>