Html Css Color HEX #BA3579 Medium Red Violet

📋 copy color: '#BA3579'

red 186 ◦ green 53 ◦ blue 121

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

Shades of Medium Red Violet #BA3579

Tints of Medium Red Violet #BA3579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.72%

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 51.67%
G = 14.72%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA3579 (or 0xBA3579) is known color: Medium Red Violet. HEX triplet: BA, 35 and 79. RGB value is (186,53,121). Sum of RGB (Red+Green+Blue) = 186+53+121=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3579 is #45CA86. Grayscale: #646464. Windows color (decimal): -4573831 or 7943610. OLE color: 7943610.

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

Color convert

RGB 186 53 121 -
CMYK 0 0.72 0.35 0.27
HSL 329.32º 0.56% 0.47% -
HSV(B) 329.32º 0.72% 0.73% -
XYZ 24.97 14.37 19.55 -
YUV 100.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 186 53 121 0 0.72 0.35 0.27 329.32 0.56 0.47
Hex BA 35 79 0 48 23 1B 149 38 2F
Octal 272 65 171 0 110 43 33 511 70 57
Binary 10111010 110101 1111001 0 1001000 100011 11011 101001001 111000 101111

Color Harmonies of #BA3579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3579

Black with #BA3579

Text Example


Text Example

White with #BA3579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3579; }

 p { color: rgb(186,53,121); }

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

background-color css

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

 a { background-color: rgb(186,53,121); }

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

border-color css

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

 span { border-color: rgb(186,53,121); }

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