#BA328A

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

Shades of Medium Red Violet #BA328A

Tints of Medium Red Violet #BA328A

Color information

#BA328A (or 0xBA328A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 32 and 8A. RGB value is (186,50,138). Sum of RGB (Red+Green+Blue) = 186+50+138=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA328A is #45CD75. Grayscale: #646464. Windows color (decimal): -4574582 or 9056954. OLE color: 9056954.

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

Color convert

RGB18650138-
CMYK00.730.260.27
HSL321.18º57.63%46.27%-
HSV(B)321.18º73.12%72.94%-
XYZ25.9814.5625.49-
YUV100.7149.06188.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 50 (19.92% from 255) = 13.37%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=49.73%
G=13.37%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865013800.730.260.27321.1857.6346.27
HexBA328A0491A1B1413a2e
Octal27262212011132335017256
Binary1011101011001010001010010010011101011011101000001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA328A; }

 p { color: rgb(186,50,138); }

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

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

 a { background-color: rgb(186,50,138); }

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

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

 span { border-color: rgb(186,50,138); }

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