#BA3A7F

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

Shades of Medium Red Violet #BA3A7F

Tints of Medium Red Violet #BA3A7F

Color information

#BA3A7F (or 0xBA3A7F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3A and 7F. RGB value is (186,58,127). Sum of RGB (Red+Green+Blue) = 186+58+127=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A7F is #45C580. Grayscale: #676767. Windows color (decimal): -4572545 or 8338106. OLE color: 8338106.

HSL color Cylindrical-coordinate representation of color #BA3A7F: hue angle of 327.66º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A7F is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18658127-
CMYK00.690.320.27
HSL327.66º52.46%47.84%-
HSV(B)327.66º68.82%72.94%-
XYZ25.591521.62-
YUV104.14140.91186.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 127 (50% from 255) = 34.23%
R=50.13%
G=15.63%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865812700.690.320.27327.6652.4647.84
HexBA3A7F045201B1483430
Octal27272177010540335106460
Binary1011101011101011111110100010110000011011101001000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A7F; }

 p { color: rgb(186,58,127); }

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

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

 a { background-color: rgb(186,58,127); }

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

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

 span { border-color: rgb(186,58,127); }

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