#BA1684

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

Shades of Medium Violet Red #BA1684

Tints of Medium Violet Red #BA1684

Color information

#BA1684 (or 0xBA1684) is unknown color: approx Medium Violet Red. HEX triplet: BA, 16 and 84. RGB value is (186,22,132). Sum of RGB (Red+Green+Blue) = 186+22+132=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1684 is #45E97B. Grayscale: #535353. Windows color (decimal): -4581756 or 8656570. OLE color: 8656570.

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

Color convert

RGB18622132-
CMYK00.880.290.27
HSL319.76º78.85%40.78%-
HSV(B)319.76º88.17%72.94%-
XYZ24.712.6822.98-
YUV83.58155.33201.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 22 (8.98% from 255) = 6.47%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=54.71%
G=6.47%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862213200.880.290.27319.7678.8540.78
HexBA16840581D1B1404f29
Octal272262040130353350011751
Binary1011101010110100001000101100011101110111010000001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1684; }

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

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

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

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

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

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

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

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