#BA156E

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

Shades of Medium Violet Red #BA156E

Tints of Medium Violet Red #BA156E

Color information

#BA156E (or 0xBA156E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 6E. RGB value is (186,21,110). Sum of RGB (Red+Green+Blue) = 186+21+110=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA156E is #45EA91. Grayscale: #505050. Windows color (decimal): -4582034 or 7214522. OLE color: 7214522.

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

Color convert

RGB18621110-
CMYK00.890.410.27
HSL327.64º79.71%40.59%-
HSV(B)327.64º88.71%72.94%-
XYZ23.3312.115.86-
YUV80.48144.66203.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 21 (8.59% from 255) = 6.62%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=58.68%
G=6.62%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862111000.890.410.27327.6479.7140.59
HexBA156E059291B1485029
Octal272251560131513351012051
Binary1011101010101110111001011001101001110111010010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA156E; }

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

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

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

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

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

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

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

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