#BA2771

Color #BA2771 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BA2771

Tints of Medium Red Violet #BA2771

Color information

#BA2771 (or 0xBA2771) is unknown color: approx Medium Red Violet. HEX triplet: BA, 27 and 71. RGB value is (186,39,113). Sum of RGB (Red+Green+Blue) = 186+39+113=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2771 is #45D88E. Grayscale: #5B5B5B. Windows color (decimal): -4577423 or 7415738. OLE color: 7415738.

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

Color convert

RGB18639113-
CMYK00.790.390.27
HSL329.8º65.33%44.12%-
HSV(B)329.8º79.03%72.94%-
XYZ23.9613.0816.89-
YUV91.39140.2195.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 39 (15.62% from 255) = 11.54%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=55.03%
G=11.54%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863911300.790.390.27329.865.3344.12
HexBA277104F271B14a412c
Octal272471610117473351210154
Binary10111010100111111000101001111100111110111010010101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2771; }

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

 H1.HeaderClassName
 {
   color: #BA2771;
 }
 .AnyTagClassName
 {
   color: #BA2771;
 }
</style>
background-color css

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

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

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

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

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

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