Html Css Color HEX #BA3779 Medium Red Violet

📋 copy color: '#BA3779'

red 186 ◦ green 55 ◦ blue 121

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

Shades of Medium Red Violet #BA3779

Tints of Medium Red Violet #BA3779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.19%

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

R = 51.38%
G = 15.19%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA3779 (or 0xBA3779) is known color: Medium Red Violet. HEX triplet: BA, 37 and 79. RGB value is (186,55,121). Sum of RGB (Red+Green+Blue) = 186+55+121=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3779 is #45C886. Grayscale: #656565. Windows color (decimal): -4573319 or 7944122. OLE color: 7944122.

HSL color Cylindrical-coordinate representation of color #BA3779: hue angle of 329.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3779 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 121 -
CMYK 0 0.70 0.35 0.27
HSL 329.77º 0.54% 0.47% -
HSV(B) 329.77º 0.7% 0.73% -
XYZ 25.07 14.55 19.58 -
YUV 101.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 186 55 121 0 0.70 0.35 0.27 329.77 0.54 0.47
Hex BA 37 79 0 46 23 1B 14A 36 2F
Octal 272 67 171 0 106 43 33 512 66 57
Binary 10111010 110111 1111001 0 1000110 100011 11011 101001010 110110 101111

Color Harmonies of #BA3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3779

Black with #BA3779

Text Example


Text Example

White with #BA3779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3779; }

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

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

background-color css

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

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

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

border-color css

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

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

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