#BA1292

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

Shades of Medium Violet Red #BA1292

Tints of Medium Violet Red #BA1292

Color information

#BA1292 (or 0xBA1292) is unknown color: approx Medium Violet Red. HEX triplet: BA, 12 and 92. RGB value is (186,18,146). Sum of RGB (Red+Green+Blue) = 186+18+146=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1292 is #45ED6D. Grayscale: #525252. Windows color (decimal): -4582766 or 9573050. OLE color: 9573050.

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

Color convert

RGB18618146-
CMYK00.900.220.27
HSL314.29º82.35%40%-
HSV(B)314.29º90.32%72.94%-
XYZ25.6512.9528.34-
YUV82.82163.66201.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 18 (7.42% from 255) = 5.14%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=53.14%
G=5.14%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861814600.900.220.27314.2982.3540
HexBA129205A161B13a5228
Octal272222220132263347212250
Binary1011101010010100100100101101010110110111001110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1292; }

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

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

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

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

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

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

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

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