#BA34A1

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

Shades of Medium Red Violet #BA34A1

Tints of Medium Red Violet #BA34A1

Color information

#BA34A1 (or 0xBA34A1) is unknown color: approx Medium Red Violet. HEX triplet: BA, 34 and A1. RGB value is (186,52,161). Sum of RGB (Red+Green+Blue) = 186+52+161=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA34A1 is #45CB5E. Grayscale: #686868. Windows color (decimal): -4574047 or 10564794. OLE color: 10564794.

HSL color Cylindrical-coordinate representation of color #BA34A1: hue angle of 311.19º 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 #BA34A1 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18652161-
CMYK00.720.130.27
HSL311.19º56.3%46.67%-
HSV(B)311.19º72.04%72.94%-
XYZ27.9115.4735.23-
YUV104.49159.89186.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 52 (20.70% from 255) = 13.03%
BLUE value IS 161 (63.28% from 255) = 40.35%
R=46.62%
G=13.03%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865216100.720.130.27311.1956.346.67
HexBA34A1048D1B137382f
Octal27264241011015334677057
Binary101110101101001010000101001000110111011100110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA34A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA34A1; }

 p { color: rgb(186,52,161); }

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

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

 a { background-color: rgb(186,52,161); }

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

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

 span { border-color: rgb(186,52,161); }

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