Html Css Color HEX #BA2079 Medium Violet Red

📋 copy color: '#BA2079'

red 186 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #BA2079

Tints of Medium Violet Red #BA2079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.44%

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

R = 54.87%
G = 9.44%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA2079 (or 0xBA2079) is known color: Medium Violet Red. HEX triplet: BA, 20 and 79. RGB value is (186,32,121). Sum of RGB (Red+Green+Blue) = 186+32+121=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2079 is #45DF86. Grayscale: #575757. Windows color (decimal): -4579207 or 7938234. OLE color: 7938234.

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

Color convert

RGB 186 32 121 -
CMYK 0 0.83 0.35 0.27
HSL 325.32º 0.71% 0.43% -
HSV(B) 325.32º 0.83% 0.73% -
XYZ 24.22 12.85 19.29 -
YUV 88.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 186 32 121 0 0.83 0.35 0.27 325.32 0.71 0.43
Hex BA 20 79 0 53 23 1B 145 47 2B
Octal 272 40 171 0 123 43 33 505 107 53
Binary 10111010 100000 1111001 0 1010011 100011 11011 101000101 1000111 101011

Color Harmonies of #BA2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2079

Black with #BA2079

Text Example


Text Example

White with #BA2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2079; }

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

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

background-color css

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

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

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

border-color css

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

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

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