#BA178B

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

Shades of Medium Violet Red #BA178B

Tints of Medium Violet Red #BA178B

Color information

#BA178B (or 0xBA178B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 17 and 8B. RGB value is (186,23,139). Sum of RGB (Red+Green+Blue) = 186+23+139=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA178B is #45E874. Grayscale: #545454. Windows color (decimal): -4581493 or 9115578. OLE color: 9115578.

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

Color convert

RGB18623139-
CMYK00.880.250.27
HSL317.3º77.99%40.98%-
HSV(B)317.3º87.63%72.94%-
XYZ25.2212.9225.59-
YUV84.96158.5200.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 23 (9.38% from 255) = 6.61%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=53.45%
G=6.61%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862313900.880.250.27317.377.9940.98
HexBA178B058191B13d4e29
Octal272272130130313347511651
Binary1011101010111100010110101100011001110111001111011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA178B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA178B; }

 p { color: rgb(186,23,139); }

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

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

 a { background-color: rgb(186,23,139); }

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

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

 span { border-color: rgb(186,23,139); }

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