Html Css Color HEX #BA349C Medium Red Violet

📋 copy color: '#BA349C'

red 186 ◦ green 52 ◦ blue 156

#BA349C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BA349C

Tints of Medium Red Violet #BA349C

RGB

 RED value IS 186 (73.05% from 255) = 47.21%

 GREEN value IS 52 (20.7% from 255) = 13.2%

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 47.21%
G = 13.2%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA349C (or 0xBA349C) is known color: Medium Red Violet. HEX triplet: BA, 34 and 9C. RGB value is (186,52,156). Sum of RGB (Red+Green+Blue) = 186+52+156=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA349C is #45CB63. Grayscale: #676767. Windows color (decimal): -4574052 or 10237114. OLE color: 10237114.

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

Color convert

RGB 186 52 156 -
CMYK 0 0.72 0.16 0.27
HSL 313.43º 0.56% 0.47% -
HSV(B) 313.43º 0.72% 0.73% -
XYZ 27.48 15.3 32.96 -
YUV 103.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 186 52 156 0 0.72 0.16 0.27 313.43 0.56 0.47
Hex BA 34 9C 0 48 10 1B 139 38 2F
Octal 272 64 234 0 110 20 33 471 70 57
Binary 10111010 110100 10011100 0 1001000 10000 11011 100111001 111000 101111

Color Harmonies of #BA349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA349C

Black with #BA349C

Text Example


Text Example

White with #BA349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA349C; }

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

 H1.HeaderClassName
 {
   color: #BA349C;
 }
 .AnyTagClassName
 {
   color: #BA349C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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