#ba349f

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

Shades of Medium Red Violet #BA349F

Tints of Medium Red Violet #BA349F

Color information

#BA349F (or 0xBA349F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 34 and 9F. RGB value is (186,52,159). Sum of RGB (Red+Green+Blue) = 186+52+159=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA349F is #45CB60. Grayscale: #676767. Windows color (decimal): -4574049 or 10433722. OLE color: 10433722.

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

Color convert

RGB18652159-
CMYK00.720.150.27
HSL312.09º56.3%46.67%-
HSV(B)312.09º72.04%72.94%-
XYZ27.7415.434.31-
YUV104.26158.89186.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=46.85%
G=13.10%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865215900.720.150.27312.0956.346.67
HexBA349F048F1B138382f
Octal27264237011017334707057
Binary101110101101001001111101001000111111011100111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba349f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba349f; }

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

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

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

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

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

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

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

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