#BA186F

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

Shades of Medium Violet Red #BA186F

Tints of Medium Violet Red #BA186F

Color information

#BA186F (or 0xBA186F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 18 and 6F. RGB value is (186,24,111). Sum of RGB (Red+Green+Blue) = 186+24+111=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA186F is #45E790. Grayscale: #525252. Windows color (decimal): -4581265 or 7280826. OLE color: 7280826.

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

Color convert

RGB18624111-
CMYK00.870.400.27
HSL327.78º77.14%41.18%-
HSV(B)327.78º87.1%72.94%-
XYZ23.4512.2416.17-
YUV82.36144.17201.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=57.94%
G=7.48%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862411100.870.400.27327.7877.1441.18
HexBA186F057281B1484d29
Octal272301570127503351011551
Binary1011101011000110111101010111101000110111010010001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA186F; }

 p { color: rgb(186,24,111); }

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

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

 a { background-color: rgb(186,24,111); }

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

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

 span { border-color: rgb(186,24,111); }

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