#BA1089

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

Shades of Medium Violet Red #BA1089

Tints of Medium Violet Red #BA1089

Color information

#BA1089 (or 0xBA1089) is unknown color: approx Medium Violet Red. HEX triplet: BA, 10 and 89. RGB value is (186,16,137). Sum of RGB (Red+Green+Blue) = 186+16+137=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1089 is #45EF76. Grayscale: #505050. Windows color (decimal): -4583287 or 8982714. OLE color: 8982714.

HSL color Cylindrical-coordinate representation of color #BA1089: hue angle of 317.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1089 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18616137-
CMYK00.910.260.27
HSL317.29º84.16%39.61%-
HSV(B)317.29º91.4%72.94%-
XYZ24.9512.6224.79-
YUV80.62159.82203.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 16 (6.64% from 255) = 4.72%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=54.87%
G=4.72%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861613700.910.260.27317.2984.1639.61
HexBA108905B1A1B13d5428
Octal272202110133323347512450
Binary1011101010000100010010101101111010110111001111011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1089; }

 p { color: rgb(186,16,137); }

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

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

 a { background-color: rgb(186,16,137); }

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

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

 span { border-color: rgb(186,16,137); }

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