#BA2A7A

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

Shades of Medium Red Violet #BA2A7A

Tints of Medium Red Violet #BA2A7A

Color information

#BA2A7A (or 0xBA2A7A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2A and 7A. RGB value is (186,42,122). Sum of RGB (Red+Green+Blue) = 186+42+122=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A7A is #45D585. Grayscale: #5E5E5E. Windows color (decimal): -4576646 or 8006330. OLE color: 8006330.

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

Color convert

RGB18642122-
CMYK00.770.340.27
HSL326.67º63.16%44.71%-
HSV(B)326.67º77.42%72.94%-
XYZ24.5913.519.72-
YUV94.18143.71193.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 42 (16.80% from 255) = 12%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=53.14%
G=12%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864212200.770.340.27326.6763.1644.71
HexBA2A7A04D221B1473f2d
Octal27252172011542335077755
Binary1011101010101011110100100110110001011011101000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A7A; }

 p { color: rgb(186,42,122); }

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

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

 a { background-color: rgb(186,42,122); }

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

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

 span { border-color: rgb(186,42,122); }

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