#BA2E7D

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

Shades of Medium Red Violet #BA2E7D

Tints of Medium Red Violet #BA2E7D

Color information

#BA2E7D (or 0xBA2E7D) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2E and 7D. RGB value is (186,46,125). Sum of RGB (Red+Green+Blue) = 186+46+125=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E7D is #45D182. Grayscale: #606060. Windows color (decimal): -4575619 or 8203962. OLE color: 8203962.

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

Color convert

RGB18646125-
CMYK00.750.330.27
HSL326.14º60.34%45.49%-
HSV(B)326.14º75.27%72.94%-
XYZ24.9313.8720.77-
YUV96.87143.88191.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 46 (18.36% from 255) = 12.89%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=52.10%
G=12.89%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864612500.750.330.27326.1460.3445.49
HexBA2E7D04B211B1463c2d
Octal27256175011341335067455
Binary1011101010111011111010100101110000111011101000110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E7D; }

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

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

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

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

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

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

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

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