#BA2772

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

Shades of Medium Red Violet #BA2772

Tints of Medium Red Violet #BA2772

Color information

#BA2772 (or 0xBA2772) is unknown color: approx Medium Red Violet. HEX triplet: BA, 27 and 72. RGB value is (186,39,114). Sum of RGB (Red+Green+Blue) = 186+39+114=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2772 is #45D88D. Grayscale: #5B5B5B. Windows color (decimal): -4577422 or 7481274. OLE color: 7481274.

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

Color convert

RGB18639114-
CMYK00.790.390.27
HSL329.39º65.33%44.12%-
HSV(B)329.39º79.03%72.94%-
XYZ24.0113.1117.18-
YUV91.5140.7195.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 39 (15.62% from 255) = 11.50%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=54.87%
G=11.50%
B=33.63%

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
Decimal1863911400.790.390.27329.3965.3344.12
HexBA277204F271B149412c
Octal272471620117473351110154
Binary10111010100111111001001001111100111110111010010011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2772; }

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

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

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

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

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

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

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

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