Html Css Color HEX #BA2071 Medium Violet Red

📋 copy color: '#BA2071'

red 186 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #BA2071

Tints of Medium Violet Red #BA2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 56.19%
G = 9.67%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA2071 (or 0xBA2071) is known color: Medium Violet Red. HEX triplet: BA, 20 and 71. RGB value is (186,32,113). Sum of RGB (Red+Green+Blue) = 186+32+113=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2071 is #45DF8E. Grayscale: #575757. Windows color (decimal): -4579215 or 7413946. OLE color: 7413946.

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

Color convert

RGB 186 32 113 -
CMYK 0 0.83 0.39 0.27
HSL 328.44º 0.71% 0.43% -
HSV(B) 328.44º 0.83% 0.73% -
XYZ 23.75 12.66 16.82 -
YUV 87.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 186 32 113 0 0.83 0.39 0.27 328.44 0.71 0.43
Hex BA 20 71 0 53 27 1B 148 47 2B
Octal 272 40 161 0 123 47 33 510 107 53
Binary 10111010 100000 1110001 0 1010011 100111 11011 101001000 1000111 101011

Color Harmonies of #BA2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2071

Black with #BA2071

Text Example


Text Example

White with #BA2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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