#BA1A82

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

Shades of Medium Violet Red #BA1A82

Tints of Medium Violet Red #BA1A82

Color information

#BA1A82 (or 0xBA1A82) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1A and 82. RGB value is (186,26,130). Sum of RGB (Red+Green+Blue) = 186+26+130=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A82 is #45E57D. Grayscale: #555555. Windows color (decimal): -4580734 or 8526522. OLE color: 8526522.

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

Color convert

RGB18626130-
CMYK00.860.300.27
HSL321º75.47%41.57%-
HSV(B)321º86.02%72.94%-
XYZ24.6512.7922.29-
YUV85.7153.01199.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 26 (10.55% from 255) = 7.60%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=54.39%
G=7.60%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862613000.860.300.2732175.4741.57
HexBA1A820561E1B1414b2a
Octal272322020126363350111352
Binary1011101011010100000100101011011110110111010000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A82; }

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

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

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

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

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

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

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

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