Shades of Medium Orchid #BA3CCE
Tints of Medium Orchid #BA3CCE
RGB
CMYK
RGB Variations
Color information
#BA3CCE (or 0xBA3CCE) is known color: Medium Orchid. HEX triplet: BA, 3C and CE. RGB value is (186,60,206). Sum of RGB (Red+Green+Blue) = 186+60+206=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA3CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CCE is #45C331. Grayscale: #717171. Windows color (decimal): -4571954 or 13515962. OLE color: 13515962.
HSL color Cylindrical-coordinate representation of color #BA3CCE: hue angle of 291.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3CCE is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 60 | 206 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.19 |
| HSL | 291.78º | 0.6% | 0.52% | - |
| HSV(B) | 291.78º | 0.71% | 0.81% | - |
| XYZ | 33.01 | 18.13 | 60.15 | - |
| YUV | 114.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 206 | 0.10 | 0.71 | 0 | 0.19 | 291.78 | 0.6 | 0.52 |
| Hex | BA | 3C | CE | A | 47 | 0 | 13 | 124 | 3C | 34 |
| Octal | 272 | 74 | 316 | 12 | 107 | 0 | 23 | 444 | 74 | 64 |
| Binary | 10111010 | 111100 | 11001110 | 1010 | 1000111 | 0 | 10011 | 100100100 | 111100 | 110100 |
Color Harmonies of #BA3CCE
Complementary color
Monochromatic Colors of #BA3CCE
Black with #BA3CCE
Text Example
Text Example
White with #BA3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CCE; }
p { color: rgb(186,60,206); }
H1.HeaderClassName
{
color: #BA3CCE;
}
.AnyTagClassName
{
color: #BA3CCE;
}
</style>
background-color css
<style>
a { background-color: #BA3CCE; }
a { background-color: rgb(186,60,206); }
div.DivClassName
{
background-color: #BA3CCE;
}
.BgClassName
{
background-color: #BA3CCE;
}
</style>
border-color css
<style>
span { border-color: #BA3CCE; }
span { border-color: rgb(186,60,206); }
td.TdClassName
{
border-color: #BA3CCE;
}
.TagClassName
{
border-color: #BA3CCE;
}
</style>