Html Css Color HEX #BA2A71 Medium Red Violet

📋 copy color: '#BA2A71'

red 186 ◦ green 42 ◦ blue 113

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

Shades of Medium Red Violet #BA2A71

Tints of Medium Red Violet #BA2A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 54.55%
G = 12.32%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA2A71 (or 0xBA2A71) is known color: Medium Red Violet. HEX triplet: BA, 2A and 71. RGB value is (186,42,113). Sum of RGB (Red+Green+Blue) = 186+42+113=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A71 is #45D58E. Grayscale: #5D5D5D. Windows color (decimal): -4576655 or 7416506. OLE color: 7416506.

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

Color convert

RGB 186 42 113 -
CMYK 0 0.77 0.39 0.27
HSL 330.42º 0.63% 0.45% -
HSV(B) 330.42º 0.77% 0.73% -
XYZ 24.06 13.29 16.92 -
YUV 93.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 186 42 113 0 0.77 0.39 0.27 330.42 0.63 0.45
Hex BA 2A 71 0 4D 27 1B 14A 3F 2D
Octal 272 52 161 0 115 47 33 512 77 55
Binary 10111010 101010 1110001 0 1001101 100111 11011 101001010 111111 101101

Color Harmonies of #BA2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A71

Black with #BA2A71

Text Example


Text Example

White with #BA2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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