#BA3376

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

Shades of Medium Red Violet #BA3376

Tints of Medium Red Violet #BA3376

Color information

#BA3376 (or 0xBA3376) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 76. RGB value is (186,51,118). Sum of RGB (Red+Green+Blue) = 186+51+118=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3376 is #45CC89. Grayscale: #626262. Windows color (decimal): -4574346 or 7746490. OLE color: 7746490.

HSL color Cylindrical-coordinate representation of color #BA3376: hue angle of 330.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3376 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18651118-
CMYK00.730.370.27
HSL330.22º56.96%46.47%-
HSV(B)330.22º72.58%72.94%-
XYZ24.714.1118.56-
YUV99138.73190.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=52.39%
G=14.37%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865111800.730.370.27330.2256.9646.47
HexBA3376049251B14a392e
Octal27263166011145335127156
Binary1011101011001111101100100100110010111011101001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3376; }

 p { color: rgb(186,51,118); }

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

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

 a { background-color: rgb(186,51,118); }

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

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

 span { border-color: rgb(186,51,118); }

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