Html Css Color HEX #BA1771 Medium Violet Red

📋 copy color: '#BA1771'

red 186 ◦ green 23 ◦ blue 113

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

Shades of Medium Violet Red #BA1771

Tints of Medium Violet Red #BA1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

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

R = 57.76%
G = 7.14%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA1771 (or 0xBA1771) is known color: Medium Violet Red. HEX triplet: BA, 17 and 71. RGB value is (186,23,113). Sum of RGB (Red+Green+Blue) = 186+23+113=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1771 is #45E88E. Grayscale: #515151. Windows color (decimal): -4581519 or 7411642. OLE color: 7411642.

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

Color convert

RGB 186 23 113 -
CMYK 0 0.88 0.39 0.27
HSL 326.87º 0.78% 0.41% -
HSV(B) 326.87º 0.88% 0.73% -
XYZ 23.54 12.24 16.75 -
YUV 82 145.5 202.18 -
System Red Green Blue C M Y K H S L
Decimal 186 23 113 0 0.88 0.39 0.27 326.87 0.78 0.41
Hex BA 17 71 0 58 27 1B 147 4E 29
Octal 272 27 161 0 130 47 33 507 116 51
Binary 10111010 10111 1110001 0 1011000 100111 11011 101000111 1001110 101001

Color Harmonies of #BA1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1771

Black with #BA1771

Text Example


Text Example

White with #BA1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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