#ba1196

Color #BA1196 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BA1196

Tints of Medium Violet Red #BA1196

Color information

#BA1196 (or 0xBA1196) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 96. RGB value is (186,17,150). Sum of RGB (Red+Green+Blue) = 186+17+150=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1196 is #45EE69. Grayscale: #525252. Windows color (decimal): -4583018 or 9834938. OLE color: 9834938.

HSL color Cylindrical-coordinate representation of color #BA1196: hue angle of 312.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1196 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18617150-
CMYK00.910.190.27
HSL312.78º83.25%39.8%-
HSV(B)312.78º90.86%72.94%-
XYZ25.9613.0430-
YUV82.69165.99201.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 17 (7.03% from 255) = 4.82%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=52.69%
G=4.82%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861715000.910.190.27312.7883.2539.8
HexBA119605B131B1395328
Octal272212260133233347112350
Binary1011101010001100101100101101110011110111001110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1196; }

 p { color: rgb(186,17,150); }

 H1.HeaderClassName
 {
   color: #ba1196;
 }
 .AnyTagClassName
 {
   color: #ba1196;
 }
</style>
background-color css

<style>
 a { background-color: #ba1196; }

 a { background-color: rgb(186,17,150); }

 div.DivClassName
 {
   background-color: #ba1196;
 }
 .BgClassName
 {
   background-color: #ba1196;
 }
</style>
border-color css

<style>
 span { border-color: #ba1196; }

 span { border-color: rgb(186,17,150); }

 td.TdClassName
 {
   border-color: #ba1196;
 }
 .TagClassName
 {
   border-color: #ba1196;
 }
</style>