#BA1570

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

Shades of Medium Violet Red #BA1570

Tints of Medium Violet Red #BA1570

Color information

#BA1570 (or 0xBA1570) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 70. RGB value is (186,21,112). Sum of RGB (Red+Green+Blue) = 186+21+112=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1570 is #45EA8F. Grayscale: #505050. Windows color (decimal): -4582032 or 7345594. OLE color: 7345594.

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

Color convert

RGB18621112-
CMYK00.890.400.27
HSL326.91º79.71%40.59%-
HSV(B)326.91º88.71%72.94%-
XYZ23.4412.1516.44-
YUV80.71145.66203.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=58.31%
G=6.58%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862111200.890.400.27326.9179.7140.59
HexBA1570059281B1475029
Octal272251600131503350712051
Binary1011101010101111000001011001101000110111010001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1570; }

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

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

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

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

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

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

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

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