Shades of Medium Orchid #BA3ACE
Tints of Medium Orchid #BA3ACE
RGB
CMYK
RGB Variations
Color information
#BA3ACE (or 0xBA3ACE) is known color: Medium Orchid. HEX triplet: BA, 3A and CE. RGB value is (186,58,206). Sum of RGB (Red+Green+Blue) = 186+58+206=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ACE is #45C531. Grayscale: #707070. Windows color (decimal): -4572466 or 13515450. OLE color: 13515450.
HSL color Cylindrical-coordinate representation of color #BA3ACE: hue angle of 291.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3ACE is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 58 | 206 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.19 |
| HSL | 291.89º | 0.6% | 0.52% | - |
| HSV(B) | 291.89º | 0.72% | 0.81% | - |
| XYZ | 32.9 | 17.92 | 60.12 | - |
| YUV | 113.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 206 | 0.10 | 0.72 | 0 | 0.19 | 291.89 | 0.6 | 0.52 |
| Hex | BA | 3A | CE | A | 48 | 0 | 13 | 124 | 3C | 34 |
| Octal | 272 | 72 | 316 | 12 | 110 | 0 | 23 | 444 | 74 | 64 |
| Binary | 10111010 | 111010 | 11001110 | 1010 | 1001000 | 0 | 10011 | 100100100 | 111100 | 110100 |
Color Harmonies of #BA3ACE
Complementary color
Monochromatic Colors of #BA3ACE
Black with #BA3ACE
Text Example
Text Example
White with #BA3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ACE; }
p { color: rgb(186,58,206); }
H1.HeaderClassName
{
color: #BA3ACE;
}
.AnyTagClassName
{
color: #BA3ACE;
}
</style>
background-color css
<style>
a { background-color: #BA3ACE; }
a { background-color: rgb(186,58,206); }
div.DivClassName
{
background-color: #BA3ACE;
}
.BgClassName
{
background-color: #BA3ACE;
}
</style>
border-color css
<style>
span { border-color: #BA3ACE; }
span { border-color: rgb(186,58,206); }
td.TdClassName
{
border-color: #BA3ACE;
}
.TagClassName
{
border-color: #BA3ACE;
}
</style>