#BA1582

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

Shades of Medium Violet Red #BA1582

Tints of Medium Violet Red #BA1582

Color information

#BA1582 (or 0xBA1582) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 82. RGB value is (186,21,130). Sum of RGB (Red+Green+Blue) = 186+21+130=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1582 is #45EA7D. Grayscale: #525252. Windows color (decimal): -4582014 or 8525242. OLE color: 8525242.

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

Color convert

RGB18621130-
CMYK00.890.300.27
HSL320.36º79.71%40.59%-
HSV(B)320.36º88.71%72.94%-
XYZ24.5512.5922.25-
YUV82.76154.66201.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 21 (8.59% from 255) = 6.23%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=55.19%
G=6.23%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862113000.890.300.27320.3679.7140.59
HexBA15820591E1B1405029
Octal272252020131363350012051
Binary1011101010101100000100101100111110110111010000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1582; }

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

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

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

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

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

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

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

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