Html Css Color HEX #BA2979 Medium Red Violet

📋 copy color: '#BA2979'

red 186 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #BA2979

Tints of Medium Red Violet #BA2979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 53.45%
G = 11.78%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA2979 (or 0xBA2979) is known color: Medium Red Violet. HEX triplet: BA, 29 and 79. RGB value is (186,41,121). Sum of RGB (Red+Green+Blue) = 186+41+121=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2979 is #45D686. Grayscale: #5D5D5D. Windows color (decimal): -4576903 or 7940538. OLE color: 7940538.

HSL color Cylindrical-coordinate representation of color #BA2979: hue angle of 326.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2979 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 121 -
CMYK 0 0.78 0.35 0.27
HSL 326.9º 0.64% 0.45% -
HSV(B) 326.9º 0.78% 0.73% -
XYZ 24.49 13.41 19.39 -
YUV 93.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 186 41 121 0 0.78 0.35 0.27 326.9 0.64 0.45
Hex BA 29 79 0 4E 23 1B 147 40 2D
Octal 272 51 171 0 116 43 33 507 100 55
Binary 10111010 101001 1111001 0 1001110 100011 11011 101000111 1000000 101101

Color Harmonies of #BA2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2979

Black with #BA2979

Text Example


Text Example

White with #BA2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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