#BA1987

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

Shades of Medium Violet Red #BA1987

Tints of Medium Violet Red #BA1987

Color information

#BA1987 (or 0xBA1987) is unknown color: approx Medium Violet Red. HEX triplet: BA, 19 and 87. RGB value is (186,25,135). Sum of RGB (Red+Green+Blue) = 186+25+135=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1987 is #45E678. Grayscale: #555555. Windows color (decimal): -4580985 or 8853946. OLE color: 8853946.

HSL color Cylindrical-coordinate representation of color #BA1987: hue angle of 319.01º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1987 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18625135-
CMYK00.870.270.27
HSL319.01º76.3%41.37%-
HSV(B)319.01º86.56%72.94%-
XYZ24.9712.8824.09-
YUV85.68155.84199.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 25 (10.16% from 255) = 7.23%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=53.76%
G=7.23%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862513500.870.270.27319.0176.341.37
HexBA19870571B1B13f4c29
Octal272312070127333347711451
Binary1011101011001100001110101011111011110111001111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1987; }

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

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

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

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

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

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

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

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