#BA1071

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

Shades of Medium Violet Red #BA1071

Tints of Medium Violet Red #BA1071

Color information

#BA1071 (or 0xBA1071) is unknown color: approx Medium Violet Red. HEX triplet: BA, 10 and 71. RGB value is (186,16,113). Sum of RGB (Red+Green+Blue) = 186+16+113=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1071 is #45EF8E. Grayscale: #4D4D4D. Windows color (decimal): -4583311 or 7409850. OLE color: 7409850.

HSL color Cylindrical-coordinate representation of color #BA1071: hue angle of 325.76º degrees, saturation: 0.84, 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 #BA1071 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18616113-
CMYK00.910.390.27
HSL325.76º84.16%39.61%-
HSV(B)325.76º91.4%72.94%-
XYZ23.421216.71-
YUV77.89147.82205.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 16 (6.64% from 255) = 5.08%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=59.05%
G=5.08%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861611300.910.390.27325.7684.1639.61
HexBA107105B271B1465428
Octal272201610133473350612450
Binary1011101010000111000101011011100111110111010001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1071; }

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

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

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

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

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

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

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

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