#BA3679

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

Shades of Medium Red Violet #BA3679

Tints of Medium Red Violet #BA3679

Color information

#BA3679 (or 0xBA3679) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 79. RGB value is (186,54,121). Sum of RGB (Red+Green+Blue) = 186+54+121=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3679 is #45C986. Grayscale: #646464. Windows color (decimal): -4573575 or 7943866. OLE color: 7943866.

HSL color Cylindrical-coordinate representation of color #BA3679: hue angle of 329.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3679 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18654121-
CMYK00.710.350.27
HSL329.55º55%47.06%-
HSV(B)329.55º70.97%72.94%-
XYZ25.0214.4619.56-
YUV101.11139.23188.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 54 (21.48% from 255) = 14.96%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=51.52%
G=14.96%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865412100.710.350.27329.555547.06
HexBA3679047231B14a372f
Octal27266171010743335126757
Binary1011101011011011110010100011110001111011101001010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3679; }

 p { color: rgb(186,54,121); }

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

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

 a { background-color: rgb(186,54,121); }

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

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

 span { border-color: rgb(186,54,121); }

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