#BA3578

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

Shades of Medium Red Violet #BA3578

Tints of Medium Red Violet #BA3578

Color information

#BA3578 (or 0xBA3578) is unknown color: approx Medium Red Violet. HEX triplet: BA, 35 and 78. RGB value is (186,53,120). Sum of RGB (Red+Green+Blue) = 186+53+120=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3578 is #45CA87. Grayscale: #646464. Windows color (decimal): -4573832 or 7878074. OLE color: 7878074.

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

Color convert

RGB18653120-
CMYK00.720.350.27
HSL329.77º55.65%46.86%-
HSV(B)329.77º71.51%72.94%-
XYZ24.9114.3419.22-
YUV100.4139.06189.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=51.81%
G=14.76%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865312000.720.350.27329.7755.6546.86
HexBA3578048231B14a382f
Octal27265170011043335127057
Binary1011101011010111110000100100010001111011101001010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3578; }

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

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

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

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

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

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

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

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