#BA1970

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

Shades of Medium Violet Red #BA1970

Tints of Medium Violet Red #BA1970

Color information

#BA1970 (or 0xBA1970) is unknown color: approx Medium Violet Red. HEX triplet: BA, 19 and 70. RGB value is (186,25,112). Sum of RGB (Red+Green+Blue) = 186+25+112=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1970 is #45E68F. Grayscale: #525252. Windows color (decimal): -4581008 or 7346618. OLE color: 7346618.

HSL color Cylindrical-coordinate representation of color #BA1970: hue angle of 327.58º 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 #BA1970 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18625112-
CMYK00.870.400.27
HSL327.58º76.3%41.37%-
HSV(B)327.58º86.56%72.94%-
XYZ23.5212.316.46-
YUV83.06144.34201.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 25 (10.16% from 255) = 7.74%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=57.59%
G=7.74%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862511200.870.400.27327.5876.341.37
HexBA1970057281B1484c29
Octal272311600127503351011451
Binary1011101011001111000001010111101000110111010010001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1970; }

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

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

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

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

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

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

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

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