#BA156F

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

Shades of Medium Violet Red #BA156F

Tints of Medium Violet Red #BA156F

Color information

#BA156F (or 0xBA156F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 6F. RGB value is (186,21,111). Sum of RGB (Red+Green+Blue) = 186+21+111=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA156F is #45EA90. Grayscale: #505050. Windows color (decimal): -4582033 or 7280058. OLE color: 7280058.

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

Color convert

RGB18621111-
CMYK00.890.400.27
HSL327.27º79.71%40.59%-
HSV(B)327.27º88.71%72.94%-
XYZ23.3912.1216.15-
YUV80.6145.16203.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 21 (8.59% from 255) = 6.60%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=58.49%
G=6.60%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862111100.890.400.27327.2779.7140.59
HexBA156F059281B1475029
Octal272251570131503350712051
Binary1011101010101110111101011001101000110111010001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA156F; }

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

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

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

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

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

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

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

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