Html Css Color HEX #BA2A80 Medium Red Violet

📋 copy color: '#BA2A80'

red 186 ◦ green 42 ◦ blue 128

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

Shades of Medium Red Violet #BA2A80

Tints of Medium Red Violet #BA2A80

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.8%

 BLUE value IS 128 (50.39% from 255) = 35.96%

R = 52.25%
G = 11.8%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA2A80 (or 0xBA2A80) is known color: Medium Red Violet. HEX triplet: BA, 2A and 80. RGB value is (186,42,128). Sum of RGB (Red+Green+Blue) = 186+42+128=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2A80 is #45D57F. Grayscale: #5E5E5E. Windows color (decimal): -4576640 or 8399546. OLE color: 8399546.

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

Color convert

RGB 186 42 128 -
CMYK 0 0.77 0.31 0.27
HSL 324.17º 0.63% 0.45% -
HSV(B) 324.17º 0.77% 0.73% -
XYZ 24.97 13.65 21.74 -
YUV 94.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 186 42 128 0 0.77 0.31 0.27 324.17 0.63 0.45
Hex BA 2A 80 0 4D 1F 1B 144 3F 2D
Octal 272 52 200 0 115 37 33 504 77 55
Binary 10111010 101010 10000000 0 1001101 11111 11011 101000100 111111 101101

Color Harmonies of #BA2A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A80

Black with #BA2A80

Text Example


Text Example

White with #BA2A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A80; }

 p { color: rgb(186,42,128); }

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

background-color css

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

 a { background-color: rgb(186,42,128); }

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

border-color css

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

 span { border-color: rgb(186,42,128); }

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