#BA378B

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

Shades of Medium Red Violet #BA378B

Tints of Medium Red Violet #BA378B

Color information

#BA378B (or 0xBA378B) is unknown color: approx Medium Red Violet. HEX triplet: BA, 37 and 8B. RGB value is (186,55,139). Sum of RGB (Red+Green+Blue) = 186+55+139=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA378B is #45C874. Grayscale: #676767. Windows color (decimal): -4573301 or 9123770. OLE color: 9123770.

HSL color Cylindrical-coordinate representation of color #BA378B: hue angle of 321.53º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA378B is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18655139-
CMYK00.700.250.27
HSL321.53º54.36%47.25%-
HSV(B)321.53º70.43%72.94%-
XYZ26.2815.0425.94-
YUV103.74147.9186.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 55 (21.88% from 255) = 14.47%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=48.95%
G=14.47%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865513900.700.250.27321.5354.3647.25
HexBA378B046191B142362f
Octal27267213010631335026657
Binary1011101011011110001011010001101100111011101000010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA378B; }

 p { color: rgb(186,55,139); }

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

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

 a { background-color: rgb(186,55,139); }

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

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

 span { border-color: rgb(186,55,139); }

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