Html Css Color HEX #BA2574 Medium Red Violet

📋 copy color: '#BA2574'

red 186 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #BA2574

Tints of Medium Red Violet #BA2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 54.87%
G = 10.91%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA2574 (or 0xBA2574) is known color: Medium Red Violet. HEX triplet: BA, 25 and 74. RGB value is (186,37,116). Sum of RGB (Red+Green+Blue) = 186+37+116=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2574 is #45DA8B. Grayscale: #5A5A5A. Windows color (decimal): -4577932 or 7611834. OLE color: 7611834.

HSL color Cylindrical-coordinate representation of color #BA2574: hue angle of 328.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2574 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 116 -
CMYK 0 0.80 0.38 0.27
HSL 328.19º 0.67% 0.44% -
HSV(B) 328.19º 0.8% 0.73% -
XYZ 24.06 13.02 17.77 -
YUV 90.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 186 37 116 0 0.80 0.38 0.27 328.19 0.67 0.44
Hex BA 25 74 0 50 26 1B 148 43 2C
Octal 272 45 164 0 120 46 33 510 103 54
Binary 10111010 100101 1110100 0 1010000 100110 11011 101001000 1000011 101100

Color Harmonies of #BA2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2574

Black with #BA2574

Text Example


Text Example

White with #BA2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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