Html Css Color HEX #BA349D Medium Red Violet

📋 copy color: '#BA349D'

red 186 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #BA349D

Tints of Medium Red Violet #BA349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 47.09%
G = 13.16%
B = 39.75%

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

#BA349D (or 0xBA349D) is known color: Medium Red Violet. HEX triplet: BA, 34 and 9D. RGB value is (186,52,157). Sum of RGB (Red+Green+Blue) = 186+52+157=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA349D is #45CB62. Grayscale: #676767. Windows color (decimal): -4574051 or 10302650. OLE color: 10302650.

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

Color convert

RGB 186 52 157 -
CMYK 0 0.72 0.16 0.27
HSL 312.99º 0.56% 0.47% -
HSV(B) 312.99º 0.72% 0.73% -
XYZ 27.56 15.33 33.4 -
YUV 104.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 186 52 157 0 0.72 0.16 0.27 312.99 0.56 0.47
Hex BA 34 9D 0 48 10 1B 139 38 2F
Octal 272 64 235 0 110 20 33 471 70 57
Binary 10111010 110100 10011101 0 1001000 10000 11011 100111001 111000 101111

Color Harmonies of #BA349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA349D

Black with #BA349D

Text Example


Text Example

White with #BA349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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