#BA1671

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

Shades of Medium Violet Red #BA1671

Tints of Medium Violet Red #BA1671

Color information

#BA1671 (or 0xBA1671) is unknown color: approx Medium Violet Red. HEX triplet: BA, 16 and 71. RGB value is (186,22,113). Sum of RGB (Red+Green+Blue) = 186+22+113=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1671 is #45E98E. Grayscale: #515151. Windows color (decimal): -4581775 or 7411386. OLE color: 7411386.

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

Color convert

RGB18622113-
CMYK00.880.390.27
HSL326.71º78.85%40.78%-
HSV(B)326.71º88.17%72.94%-
XYZ23.5212.2116.74-
YUV81.41145.83202.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=57.94%
G=6.85%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862211300.880.390.27326.7178.8540.78
HexBA1671058271B1474f29
Octal272261610130473350711751
Binary1011101010110111000101011000100111110111010001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1671; }

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

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

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

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

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

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

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

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