#BA128E

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

Shades of Medium Violet Red #BA128E

Tints of Medium Violet Red #BA128E

Color information

#BA128E (or 0xBA128E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 12 and 8E. RGB value is (186,18,142). Sum of RGB (Red+Green+Blue) = 186+18+142=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA128E is #45ED71. Grayscale: #525252. Windows color (decimal): -4582770 or 9310906. OLE color: 9310906.

HSL color Cylindrical-coordinate representation of color #BA128E: hue angle of 315.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA128E is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18618142-
CMYK00.900.240.27
HSL315.71º82.35%40%-
HSV(B)315.71º90.32%72.94%-
XYZ25.3512.8226.73-
YUV82.37161.66201.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 18 (7.42% from 255) = 5.20%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=53.76%
G=5.20%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861814200.900.240.27315.7182.3540
HexBA128E05A181B13c5228
Octal272222160132303347412250
Binary1011101010010100011100101101011000110111001111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA128E; }

 p { color: rgb(186,18,142); }

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

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

 a { background-color: rgb(186,18,142); }

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

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

 span { border-color: rgb(186,18,142); }

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