Html Css Color HEX #BA2E71 Medium Red Violet

📋 copy color: '#BA2E71'

red 186 ◦ green 46 ◦ blue 113

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

Shades of Medium Red Violet #BA2E71

Tints of Medium Red Violet #BA2E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

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

R = 53.91%
G = 13.33%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA2E71 (or 0xBA2E71) is known color: Medium Red Violet. HEX triplet: BA, 2E and 71. RGB value is (186,46,113). Sum of RGB (Red+Green+Blue) = 186+46+113=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E71 is #45D18E. Grayscale: #5F5F5F. Windows color (decimal): -4575631 or 7417530. OLE color: 7417530.

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

Color convert

RGB 186 46 113 -
CMYK 0 0.75 0.39 0.27
HSL 331.29º 0.6% 0.45% -
HSV(B) 331.29º 0.75% 0.73% -
XYZ 24.21 13.59 16.97 -
YUV 95.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 186 46 113 0 0.75 0.39 0.27 331.29 0.6 0.45
Hex BA 2E 71 0 4B 27 1B 14B 3C 2D
Octal 272 56 161 0 113 47 33 513 74 55
Binary 10111010 101110 1110001 0 1001011 100111 11011 101001011 111100 101101

Color Harmonies of #BA2E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E71

Black with #BA2E71

Text Example


Text Example

White with #BA2E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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