#BA3992

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

Shades of Medium Red Violet #BA3992

Tints of Medium Red Violet #BA3992

Color information

#BA3992 (or 0xBA3992) is unknown color: approx Medium Red Violet. HEX triplet: BA, 39 and 92. RGB value is (186,57,146). Sum of RGB (Red+Green+Blue) = 186+57+146=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3992 is #45C66D. Grayscale: #696969. Windows color (decimal): -4572782 or 9583034. OLE color: 9583034.

HSL color Cylindrical-coordinate representation of color #BA3992: hue angle of 318.6º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3992 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18657146-
CMYK00.690.220.27
HSL318.6º53.09%47.65%-
HSV(B)318.6º69.35%72.94%-
XYZ26.915.4428.76-
YUV105.72150.74185.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 57 (22.66% from 255) = 14.65%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=47.81%
G=14.65%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865714600.690.220.27318.653.0947.65
HexBA3992045161B13f3530
Octal27271222010526334776560
Binary1011101011100110010010010001011011011011100111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3992; }

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

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

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

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

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

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

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

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