Html Css Color HEX #BA2973 Medium Red Violet

📋 copy color: '#BA2973'

red 186 ◦ green 41 ◦ blue 115

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

Shades of Medium Red Violet #BA2973

Tints of Medium Red Violet #BA2973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 54.39%
G = 11.99%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA2973 (or 0xBA2973) is known color: Medium Red Violet. HEX triplet: BA, 29 and 73. RGB value is (186,41,115). Sum of RGB (Red+Green+Blue) = 186+41+115=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2973 is #45D68C. Grayscale: #5C5C5C. Windows color (decimal): -4576909 or 7547322. OLE color: 7547322.

HSL color Cylindrical-coordinate representation of color #BA2973: hue angle of 329.38º 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 #BA2973 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 115 -
CMYK 0 0.78 0.38 0.27
HSL 329.38º 0.64% 0.45% -
HSV(B) 329.38º 0.78% 0.73% -
XYZ 24.14 13.26 17.51 -
YUV 92.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 186 41 115 0 0.78 0.38 0.27 329.38 0.64 0.45
Hex BA 29 73 0 4E 26 1B 149 40 2D
Octal 272 51 163 0 116 46 33 511 100 55
Binary 10111010 101001 1110011 0 1001110 100110 11011 101001001 1000000 101101

Color Harmonies of #BA2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2973

Black with #BA2973

Text Example


Text Example

White with #BA2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2973; }

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

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

background-color css

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

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

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

border-color css

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

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

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