#BA2B7D

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

Shades of Medium Red Violet #BA2B7D

Tints of Medium Red Violet #BA2B7D

Color information

#BA2B7D (or 0xBA2B7D) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2B and 7D. RGB value is (186,43,125). Sum of RGB (Red+Green+Blue) = 186+43+125=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B7D is #45D482. Grayscale: #5E5E5E. Windows color (decimal): -4576387 or 8203194. OLE color: 8203194.

HSL color Cylindrical-coordinate representation of color #BA2B7D: hue angle of 325.59º degrees, saturation: 0.62, 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 #BA2B7D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18643125-
CMYK00.770.330.27
HSL325.59º62.45%44.9%-
HSV(B)325.59º76.88%72.94%-
XYZ24.8213.6520.73-
YUV95.1144.88192.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=52.54%
G=12.15%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864312500.770.330.27325.5962.4544.9
HexBA2B7D04D211B1463e2d
Octal27253175011541335067655
Binary1011101010101111111010100110110000111011101000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B7D; }

 p { color: rgb(186,43,125); }

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

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

 a { background-color: rgb(186,43,125); }

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

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

 span { border-color: rgb(186,43,125); }

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