#BA1778

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

Shades of Medium Violet Red #BA1778

Tints of Medium Violet Red #BA1778

Color information

#BA1778 (or 0xBA1778) is unknown color: approx Medium Violet Red. HEX triplet: BA, 17 and 78. RGB value is (186,23,120). Sum of RGB (Red+Green+Blue) = 186+23+120=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1778 is #45E887. Grayscale: #525252. Windows color (decimal): -4581512 or 7870394. OLE color: 7870394.

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

Color convert

RGB18623120-
CMYK00.880.350.27
HSL324.29º77.99%40.98%-
HSV(B)324.29º87.63%72.94%-
XYZ23.9512.4118.9-
YUV82.79149201.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 23 (9.38% from 255) = 6.99%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=56.53%
G=6.99%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862312000.880.350.27324.2977.9940.98
HexBA1778058231B1444e29
Octal272271700130433350411651
Binary1011101010111111100001011000100011110111010001001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1778; }

 p { color: rgb(186,23,120); }

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

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

 a { background-color: rgb(186,23,120); }

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

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

 span { border-color: rgb(186,23,120); }

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