Html Css Color HEX #BA1979 Medium Violet Red

📋 copy color: '#BA1979'

red 186 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #BA1979

Tints of Medium Violet Red #BA1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.53%

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

R = 56.02%
G = 7.53%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1979 (or 0xBA1979) is known color: Medium Violet Red. HEX triplet: BA, 19 and 79. RGB value is (186,25,121). Sum of RGB (Red+Green+Blue) = 186+25+121=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1979 is #45E686. Grayscale: #535353. Windows color (decimal): -4580999 or 7936442. OLE color: 7936442.

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

Color convert

RGB 186 25 121 -
CMYK 0 0.87 0.35 0.27
HSL 324.22º 0.76% 0.41% -
HSV(B) 324.22º 0.87% 0.73% -
XYZ 24.05 12.51 19.24 -
YUV 84.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 186 25 121 0 0.87 0.35 0.27 324.22 0.76 0.41
Hex BA 19 79 0 57 23 1B 144 4C 29
Octal 272 31 171 0 127 43 33 504 114 51
Binary 10111010 11001 1111001 0 1010111 100011 11011 101000100 1001100 101001

Color Harmonies of #BA1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1979

Black with #BA1979

Text Example


Text Example

White with #BA1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1979; }

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

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

background-color css

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

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

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

border-color css

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

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

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