#ba3199

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

Shades of Medium Red Violet #BA3199

Tints of Medium Red Violet #BA3199

Color information

#BA3199 (or 0xBA3199) is unknown color: approx Medium Red Violet. HEX triplet: BA, 31 and 99. RGB value is (186,49,153). Sum of RGB (Red+Green+Blue) = 186+49+153=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3199 is #45CE66. Grayscale: #656565. Windows color (decimal): -4574823 or 10039738. OLE color: 10039738.

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

Color convert

RGB18649153-
CMYK00.740.180.27
HSL314.45º58.3%46.08%-
HSV(B)314.45º73.66%72.94%-
XYZ27.114.9431.59-
YUV101.82156.89188.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 49 (19.53% from 255) = 12.63%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=47.94%
G=12.63%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864915300.740.180.27314.4558.346.08
HexBA319904A121B13a3a2e
Octal27261231011222334727256
Binary1011101011000110011001010010101001011011100111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3199; }

 p { color: rgb(186,49,153); }

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

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

 a { background-color: rgb(186,49,153); }

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

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

 span { border-color: rgb(186,49,153); }

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