Html Css Color HEX #BA2974 Medium Red Violet

📋 copy color: '#BA2974'

red 186 ◦ green 41 ◦ blue 116

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

Shades of Medium Red Violet #BA2974

Tints of Medium Red Violet #BA2974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 54.23%
G = 11.95%
B = 33.82%

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

#BA2974 (or 0xBA2974) is known color: Medium Red Violet. HEX triplet: BA, 29 and 74. RGB value is (186,41,116). Sum of RGB (Red+Green+Blue) = 186+41+116=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2974 is #45D68B. Grayscale: #5C5C5C. Windows color (decimal): -4576908 or 7612858. OLE color: 7612858.

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

Color convert

RGB 186 41 116 -
CMYK 0 0.78 0.38 0.27
HSL 328.97º 0.64% 0.45% -
HSV(B) 328.97º 0.78% 0.73% -
XYZ 24.2 13.29 17.81 -
YUV 92.91 141.04 194.4 -
System Red Green Blue C M Y K H S L
Decimal 186 41 116 0 0.78 0.38 0.27 328.97 0.64 0.45
Hex BA 29 74 0 4E 26 1B 149 40 2D
Octal 272 51 164 0 116 46 33 511 100 55
Binary 10111010 101001 1110100 0 1001110 100110 11011 101001001 1000000 101101

Color Harmonies of #BA2974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2974

Black with #BA2974

Text Example


Text Example

White with #BA2974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2974; }

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

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

background-color css

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

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

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

border-color css

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

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

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