Shades of Medium Orchid #BA3BCB
Tints of Medium Orchid #BA3BCB
RGB
CMYK
RGB Variations
Color information
#BA3BCB (or 0xBA3BCB) is known color: Medium Orchid. HEX triplet: BA, 3B and CB. RGB value is (186,59,203). Sum of RGB (Red+Green+Blue) = 186+59+203=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BCB is #45C434. Grayscale: #707070. Windows color (decimal): -4572213 or 13319098. OLE color: 13319098.
HSL color Cylindrical-coordinate representation of color #BA3BCB: hue angle of 292.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3BCB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 59 | 203 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.20 |
| HSL | 292.92º | 0.58% | 0.51% | - |
| HSV(B) | 292.92º | 0.71% | 0.8% | - |
| XYZ | 32.59 | 17.88 | 58.23 | - |
| YUV | 113.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 203 | 0.08 | 0.71 | 0 | 0.20 | 292.92 | 0.58 | 0.51 |
| Hex | BA | 3B | CB | 8 | 47 | 0 | 14 | 125 | 3A | 33 |
| Octal | 272 | 73 | 313 | 10 | 107 | 0 | 24 | 445 | 72 | 63 |
| Binary | 10111010 | 111011 | 11001011 | 1000 | 1000111 | 0 | 10100 | 100100101 | 111010 | 110011 |
Color Harmonies of #BA3BCB
Complementary color
Monochromatic Colors of #BA3BCB
Black with #BA3BCB
Text Example
Text Example
White with #BA3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BCB; }
p { color: rgb(186,59,203); }
H1.HeaderClassName
{
color: #BA3BCB;
}
.AnyTagClassName
{
color: #BA3BCB;
}
</style>
background-color css
<style>
a { background-color: #BA3BCB; }
a { background-color: rgb(186,59,203); }
div.DivClassName
{
background-color: #BA3BCB;
}
.BgClassName
{
background-color: #BA3BCB;
}
</style>
border-color css
<style>
span { border-color: #BA3BCB; }
span { border-color: rgb(186,59,203); }
td.TdClassName
{
border-color: #BA3BCB;
}
.TagClassName
{
border-color: #BA3BCB;
}
</style>