#BA3778

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

Shades of Medium Red Violet #BA3778

Tints of Medium Red Violet #BA3778

Color information

#BA3778 (or 0xBA3778) is unknown color: approx Medium Red Violet. HEX triplet: BA, 37 and 78. RGB value is (186,55,120). Sum of RGB (Red+Green+Blue) = 186+55+120=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3778 is #45C887. Grayscale: #656565. Windows color (decimal): -4573320 or 7878586. OLE color: 7878586.

HSL color Cylindrical-coordinate representation of color #BA3778: hue angle of 330.23º 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 #BA3778 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18655120-
CMYK00.700.350.27
HSL330.23º54.36%47.25%-
HSV(B)330.23º70.43%72.94%-
XYZ25.0114.5319.26-
YUV101.58138.4188.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=51.52%
G=15.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865512000.700.350.27330.2354.3647.25
HexBA3778046231B14a362f
Octal27267170010643335126657
Binary1011101011011111110000100011010001111011101001010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3778; }

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

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

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

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

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

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

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

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