#BA1271

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

Shades of Medium Violet Red #BA1271

Tints of Medium Violet Red #BA1271

Color information

#BA1271 (or 0xBA1271) is unknown color: approx Medium Violet Red. HEX triplet: BA, 12 and 71. RGB value is (186,18,113). Sum of RGB (Red+Green+Blue) = 186+18+113=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1271 is #45ED8E. Grayscale: #4E4E4E. Windows color (decimal): -4582799 or 7410362. OLE color: 7410362.

HSL color Cylindrical-coordinate representation of color #BA1271: hue angle of 326.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1271 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18618113-
CMYK00.900.390.27
HSL326.07º82.35%40%-
HSV(B)326.07º90.32%72.94%-
XYZ23.4512.0616.72-
YUV79.06147.16204.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 18 (7.42% from 255) = 5.68%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=58.68%
G=5.68%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861811300.900.390.27326.0782.3540
HexBA127105A271B1465228
Octal272221610132473350612250
Binary1011101010010111000101011010100111110111010001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1271; }

 p { color: rgb(186,18,113); }

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

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

 a { background-color: rgb(186,18,113); }

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

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

 span { border-color: rgb(186,18,113); }

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