#BA3E82

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

Shades of Medium Red Violet #BA3E82

Tints of Medium Red Violet #BA3E82

Color information

#BA3E82 (or 0xBA3E82) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3E and 82. RGB value is (186,62,130). Sum of RGB (Red+Green+Blue) = 186+62+130=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E82 is #45C17D. Grayscale: #6A6A6A. Windows color (decimal): -4571518 or 8535738. OLE color: 8535738.

HSL color Cylindrical-coordinate representation of color #BA3E82: hue angle of 327.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E82 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18662130-
CMYK00.670.300.27
HSL327.1º50%48.63%-
HSV(B)327.1º66.67%72.94%-
XYZ2615.522.74-
YUV106.83141.08184.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=49.21%
G=16.40%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866213000.670.300.27327.15048.63
HexBA3E820431E1B1473231
Octal27276202010336335076261
Binary1011101011111010000010010000111111011011101000111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E82; }

 p { color: rgb(186,62,130); }

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

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

 a { background-color: rgb(186,62,130); }

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

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

 span { border-color: rgb(186,62,130); }

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