#BA3E87

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

Shades of Medium Red Violet #BA3E87

Tints of Medium Red Violet #BA3E87

Color information

#BA3E87 (or 0xBA3E87) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3E and 87. RGB value is (186,62,135). Sum of RGB (Red+Green+Blue) = 186+62+135=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E87 is #45C178. Grayscale: #6B6B6B. Windows color (decimal): -4571513 or 8863418. OLE color: 8863418.

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

Color convert

RGB18662135-
CMYK00.670.270.27
HSL324.68º50%48.63%-
HSV(B)324.68º66.67%72.94%-
XYZ26.3515.6324.55-
YUV107.4143.58184.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=48.56%
G=16.19%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866213500.670.270.27324.685048.63
HexBA3E870431B1B1453231
Octal27276207010333335056261
Binary1011101011111010000111010000111101111011101000101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E87; }

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

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

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

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

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

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

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

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