#BA3292

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

Shades of Medium Red Violet #BA3292

Tints of Medium Red Violet #BA3292

Color information

#BA3292 (or 0xBA3292) is unknown color: approx Medium Red Violet. HEX triplet: BA, 32 and 92. RGB value is (186,50,146). Sum of RGB (Red+Green+Blue) = 186+50+146=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3292 is #45CD6D. Grayscale: #656565. Windows color (decimal): -4574574 or 9581242. OLE color: 9581242.

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

Color convert

RGB18650146-
CMYK00.730.220.27
HSL317.65º57.63%46.27%-
HSV(B)317.65º73.12%72.94%-
XYZ26.5814.828.65-
YUV101.61153.06188.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 50 (19.92% from 255) = 13.09%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=48.69%
G=13.09%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865014600.730.220.27317.6557.6346.27
HexBA3292049161B13e3a2e
Octal27262222011126334767256
Binary1011101011001010010010010010011011011011100111110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3292; }

 p { color: rgb(186,50,146); }

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

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

 a { background-color: rgb(186,50,146); }

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

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

 span { border-color: rgb(186,50,146); }

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