#BA2474

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

Shades of Medium Red Violet #BA2474

Tints of Medium Red Violet #BA2474

Color information

#BA2474 (or 0xBA2474) is unknown color: approx Medium Red Violet. HEX triplet: BA, 24 and 74. RGB value is (186,36,116). Sum of RGB (Red+Green+Blue) = 186+36+116=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2474 is #45DB8B. Grayscale: #595959. Windows color (decimal): -4578188 or 7611578. OLE color: 7611578.

HSL color Cylindrical-coordinate representation of color #BA2474: hue angle of 328º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2474 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18636116-
CMYK00.810.380.27
HSL328º67.57%43.53%-
HSV(B)328º80.65%72.94%-
XYZ24.0312.9617.76-
YUV89.97142.7196.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 36 (14.45% from 255) = 10.65%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=55.03%
G=10.65%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863611600.810.380.2732867.5743.53
HexBA2474051261B148442c
Octal272441640121463351010454
Binary10111010100100111010001010001100110110111010010001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2474; }

 p { color: rgb(186,36,116); }

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

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

 a { background-color: rgb(186,36,116); }

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

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

 span { border-color: rgb(186,36,116); }

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