#BA1682

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

Shades of Medium Violet Red #BA1682

Tints of Medium Violet Red #BA1682

Color information

#BA1682 (or 0xBA1682) is unknown color: approx Medium Violet Red. HEX triplet: BA, 16 and 82. RGB value is (186,22,130). Sum of RGB (Red+Green+Blue) = 186+22+130=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1682 is #45E97D. Grayscale: #535353. Windows color (decimal): -4581758 or 8525498. OLE color: 8525498.

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

Color convert

RGB18622130-
CMYK00.880.300.27
HSL320.49º78.85%40.78%-
HSV(B)320.49º88.17%72.94%-
XYZ24.5712.6222.26-
YUV83.35154.33201.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 22 (8.98% from 255) = 6.51%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=55.03%
G=6.51%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862213000.880.300.27320.4978.8540.78
HexBA16820581E1B1404f29
Octal272262020130363350011751
Binary1011101010110100000100101100011110110111010000001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1682; }

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

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

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

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

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

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

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

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