Shades of Medium Orchid #BA3ADC
Tints of Medium Orchid #BA3ADC
RGB
CMYK
RGB Variations
Color information
#BA3ADC (or 0xBA3ADC) is known color: Medium Orchid. HEX triplet: BA, 3A and DC. RGB value is (186,58,220). Sum of RGB (Red+Green+Blue) = 186+58+220=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ADC is #45C523. Grayscale: #727272. Windows color (decimal): -4572452 or 14432954. OLE color: 14432954.
HSL color Cylindrical-coordinate representation of color #BA3ADC: hue angle of 287.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3ADC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 58 | 220 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.14 |
| HSL | 287.41º | 0.7% | 0.55% | - |
| HSV(B) | 287.41º | 0.74% | 0.86% | - |
| XYZ | 34.68 | 18.63 | 69.48 | - |
| YUV | 114.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 220 | 0.15 | 0.74 | 0 | 0.14 | 287.41 | 0.7 | 0.55 |
| Hex | BA | 3A | DC | F | 4A | 0 | E | 11F | 46 | 37 |
| Octal | 272 | 72 | 334 | 17 | 112 | 0 | 16 | 437 | 106 | 67 |
| Binary | 10111010 | 111010 | 11011100 | 1111 | 1001010 | 0 | 1110 | 100011111 | 1000110 | 110111 |
Color Harmonies of #BA3ADC
Complementary color
Monochromatic Colors of #BA3ADC
Black with #BA3ADC
Text Example
Text Example
White with #BA3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ADC; }
p { color: rgb(186,58,220); }
H1.HeaderClassName
{
color: #BA3ADC;
}
.AnyTagClassName
{
color: #BA3ADC;
}
</style>
background-color css
<style>
a { background-color: #BA3ADC; }
a { background-color: rgb(186,58,220); }
div.DivClassName
{
background-color: #BA3ADC;
}
.BgClassName
{
background-color: #BA3ADC;
}
</style>
border-color css
<style>
span { border-color: #BA3ADC; }
span { border-color: rgb(186,58,220); }
td.TdClassName
{
border-color: #BA3ADC;
}
.TagClassName
{
border-color: #BA3ADC;
}
</style>