#BA1972

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

Shades of Medium Violet Red #BA1972

Tints of Medium Violet Red #BA1972

Color information

#BA1972 (or 0xBA1972) is unknown color: approx Medium Violet Red. HEX triplet: BA, 19 and 72. RGB value is (186,25,114). Sum of RGB (Red+Green+Blue) = 186+25+114=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1972 is #45E68D. Grayscale: #535353. Windows color (decimal): -4581006 or 7477690. OLE color: 7477690.

HSL color Cylindrical-coordinate representation of color #BA1972: hue angle of 326.83º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1972 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18625114-
CMYK00.870.390.27
HSL326.83º76.3%41.37%-
HSV(B)326.83º86.56%72.94%-
XYZ23.6312.3517.06-
YUV83.28145.34201.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=57.23%
G=7.69%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862511400.870.390.27326.8376.341.37
HexBA1972057271B1474c29
Octal272311620127473350711451
Binary1011101011001111001001010111100111110111010001111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1972; }

 p { color: rgb(186,25,114); }

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

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

 a { background-color: rgb(186,25,114); }

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

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

 span { border-color: rgb(186,25,114); }

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