#BA2FA4

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

Shades of Medium Red Violet #BA2FA4

Tints of Medium Red Violet #BA2FA4

Color information

#BA2FA4 (or 0xBA2FA4) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2F and A4. RGB value is (186,47,164). Sum of RGB (Red+Green+Blue) = 186+47+164=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA4 is #45D05B. Grayscale: #656565. Windows color (decimal): -4575324 or 10760122. OLE color: 10760122.

HSL color Cylindrical-coordinate representation of color #BA2FA4: hue angle of 309.5º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2FA4 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18647164-
CMYK00.750.120.27
HSL309.5º59.66%45.69%-
HSV(B)309.5º74.73%72.94%-
XYZ27.9715.1536.57-
YUV101.9163.05187.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 47 (18.75% from 255) = 11.84%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=46.85%
G=11.84%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864716400.750.120.27309.559.6645.69
HexBA2FA404BC1B1353c2e
Octal27257244011314334657456
Binary101110101011111010010001001011110011011100110101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FA4; }

 p { color: rgb(186,47,164); }

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

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

 a { background-color: rgb(186,47,164); }

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

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

 span { border-color: rgb(186,47,164); }

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