#BA3384

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

Shades of Medium Red Violet #BA3384

Tints of Medium Red Violet #BA3384

Color information

#BA3384 (or 0xBA3384) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 84. RGB value is (186,51,132). Sum of RGB (Red+Green+Blue) = 186+51+132=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3384 is #45CC7B. Grayscale: #646464. Windows color (decimal): -4574332 or 8663994. OLE color: 8663994.

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

Color convert

RGB18651132-
CMYK00.730.290.27
HSL324º56.96%46.47%-
HSV(B)324º72.58%72.94%-
XYZ25.614.4723.27-
YUV100.6145.73188.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=50.41%
G=13.82%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865113200.730.290.2732456.9646.47
HexBA33840491D1B144392e
Octal27263204011135335047156
Binary1011101011001110000100010010011110111011101000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3384; }

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

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

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

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

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

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

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

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